@font-face {
    font-family: 'terminal_grotesque';
    src: url('fonts/terminal-grotesque-webfont.eot');
    src: url('fonts/terminal-grotesque-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/terminal-grotesque-webfont.woff2') format('woff2'),
         url('fonts/terminal-grotesque-webfont.woff') format('woff'),
         url('fonts/terminal-grotesque-webfont.ttf') format('truetype'),
         url('fonts/terminal-grotesque-webfont.svg#terminal_grotesqueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    max-width: 100%;
    margin: 0;
    font-family: 'terminal_grotesque';
    background-color: #1d1d1d;
    text-transform: uppercase;
}

p {
    color: white;
    /* position: absolute; */
    font-size: 2.5em;
    height: 100vh;
    overflow-y: scroll;
    line-height: 15em;
    text-align: center;
    justify-content: center;
    /* padding: 1em 2em 0 2em ; */
    /* background-color: black; */
    margin: 0;
    /* border: 1px solid white; */
    overflow: -moz-scrollbars-none; /* hide scrollbar in firefox */
    -ms-overflow-style: none;/* hide scroll in IE */
}

.text-container {
    position: absolute;
    /* height: 100vh; */
    width: 100vw;
    /* background-color: turquoise; */
}

/* marquee:hover {
    background-color: rgb(111, 255, 0);
} */

.container {
    overflow: hidden;
    display: flex;
    position: relative;
    height: 100vh;
    width: 100vw;
}

#myCanvas {
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    display: flex;
    /* margin: auto; */
    z-index: -1;
    /* transform:translate(-50%, -50%); */
    filter: blur(13px);
}

.when {
    font-family: cursive;
    font-size: 1em;
}

p::-webkit-scrollbar {
    display: none;
  }

  .when {
    font-family: "Baskerville", serif;
    font-size: 1.2em;
    font-style: italic;
    text-transform: lowercase;
  }

  a {
    position: absolute;
    padding: 0.8em;
    color: white;
    text-decoration: none;
  }