body { 
    margin: 0; 
    height: 100vh;
    color: white;
    font-family: 'Antonio', sans-serif;
    background-color: #21282A;
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    width: 100px;
}

.container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center;
}

h1 {
    color: aqua;
    text-shadow: 0 0 0.15em;
   /* filter: blur(0.01em);*/
}

p {
    color: rgb(93, 184, 196);
}

