

body {
  background-color: black;
  color: white;
  font-family: Verdana;
  margin: 0; 
  overflow: hidden;
  
  
}


div.scroll {
   
 
  position:absolute;
  left:724px;
  top:430px;
  
  width:700px;
  height:385px;

  font-size:100%;
  font-family: "Antonio", sans-serif;
  color:#939599;
  
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding:0px;
  opacity: 0.55;
}

.image-wrapper {

position:absolute;
left: 320px;
bottom:72px;
z-index: -1;
}





