*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    height: 100vh;
    font-family: 'Poppins';
    background: rgb(27, 27, 27);
}

.webgl
{
    position: fixed;
    top: 0;
    right: 0;
    outline: none;
}

.container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ffffff;
    margin: 10em 8em;
}

h1{
    font-size: 4rem;
}

p{
    font-size: 1.1rem;
    width: 55%;
    color: rgb(107, 107, 122)
}

button{
    font-size: 1.3rem;
    padding: .5em 1em;
    margin-top: 3em;
    background-color: rgb(0, 114, 255);
    border: none;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/*# sourceMappingURL=main.css.map*/