    @font-face {
        font-family: Lucida-Sans;
        src: url("/assets/LSANS.woff");
    }

    body {
        background-color: black;
        color: white;
        margin: 0;
        padding: 0;
        text-align: left;
        font-family: Lucida-Sans;
    }


    h1 {
        font-size: 3rem;
        font-family: 'Cousine';
        color: white;
    }

    a {
        color: #bbb;
        margin: 0 15px;
        text-decoration: none;
    }

    a:hover {
        color: #fff;
    }
    
    .voice1 {
      color: #ffffff;
      font-family: Lucida-Sans, sans-serif;
      
    }
    
    .voice2 {
      color: #fff200;
      font-family: Georgia, serif;
    }
    
    .glitch-text {
  font-family: monospace;
  color: #ffffff;
}

.voice0 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

    
