body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    /* height: 100%; */
    background-image: url( "/img/background-texture-transparent.png" );
    
    background-size: cover;
}

* {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    font-weight: 100;
    color: rgba(22,22,22,1);
}

a {
    text-decoration: none;
}

h1 {
    text-align: center;
    font-weight: 300;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#threejs {
    background-color: transparent;
    z-index: -1;
    margin: auto;
    
}

canvas {
    outline: none; border: none; 
}
