@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: sans-serif;
    font-size: 2em;
    background-color: #1d1d1d;
    text-transform: uppercase;
}

marquee {
    color: white;
    padding: 0.3em;
    position: absolute;
    display: block;
    top: 40%;
}

/* 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(16px);
}

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