
html{
  font-size:15px; font-family:MS Gothic; color:white;
  text-align:center;
}

body{
  background-image:url("images/backgrounds/depixsparkle.gif");
  background-position:center;
  background-size:cover;
}

/*.deripple{
  background-image:url("images/backgrounds/deripple.gif");
  background-position:center;
  background-size:cover;
}*/

/* width */
::-webkit-scrollbar {
  width:8px;
}
/* Track */
::-webkit-scrollbar-track {
  background:black;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:grey;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:white;
}



.middle-box{
  background-color:rgba(0, 0, 0, 0.75);
  text-align:center;
  font-size:16px;
  height:645px;
  padding:10px;
  border:5px solid black; border-style:double;
  margin:0px 300px;
  overflow-y:scroll;
}

.text-left-container{
  text-align:left;
}
