body, html {
   background-image:url('backgrounds/58c21b583d4333368c2d01a01e62e115.png');
   background-size: 100% 100%;
   min-height: 100%;
   overflow-x:hidden;
   overflow-y: hidden;
   background-repeat: no-repeat;
   width:100%;
   height:100%;
}



#content {
    width:80vw;
    position:absolute;
    left:10vw;
    right:10vw;
    height:80%;
    overflow-y: scroll;
    overflow-x:hidden;
    top:7vw;
}

* { 
    color:antiquewhite;
}

::-webkit-scrollbar {
    display: none;
}