*
{
    margin: 0;
    padding: 0;
}

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

.webgl
{
    position: fixed;
    top: 0;
    right: 0;

    outline: none;
}

.container
{
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
    color: white;
    margin: 5em 8em;
}

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

button
{
    font-size: 1.0rem;
	font-family: 'Orbitron';
    padding: .5em 1em;
    border-radius: 40px;
    margin-top: 3em;
    background-color:rgb(0, 144, 255) ;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
