* {
    margin: 0;
    padding: 0;
}

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

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

.container {
    position: absolute;
    /* top: 0;
    left: 0; */
    z-index: 1;
    color: white;
    /* margin: 6rem 8rem; */
    margin : 6em auto ; 
  
}

h1 {
    font-size: 4rem
}

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

p {
    font-size: 1.3rem;
    width: 55%;
    color: rgb(183, 183, 196)
}
a{
    color: white;
    font-size: 1.3rem;
    text-decoration: none;
}

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