body{
    background-image:url('../assets/002.jpg');
    background-size:cover;
}

.webgl-content{
    border:1px solid rgba(228, 194, 102, 0.651);
    background:rgba(7, 7, 7, 0.43);
    padding:5px;
    border-radius:7px;
    width:970px;
    margin:auto;

}

.title{
    color:white;
}

.custom-logo img{
    height:100px;
    padding-top:20px;
    margin-bottom:10px;
}

#gameContainer{
    width:970px;
    height:560px;
    margin:auto;
  
}

footer{
    color:white;
    margin-top:20px;
    padding-bottom:50px;
}

footer-logo{
    text-align:center;
}

.footer-links{
    color:white;
}

.footer-links:hover{
    color:#2EAAE1;
    text-decoration:none;
}