body{
    background:url(img/backgroundo.gif);
}
.eye{
    position: absolute;
    margin-left: 480px;
    margin-top: 200px;
}
.marquee{
    color: #fff;
    font-family: Arial;
    font-size: 26px;
    
}
.marquee2{
    color: blue;
    font-family: Arial;
    font-size: 26px;
    
}

.marquee3{
    color: red;
    font-family: Arial;
    font-size: 30px;
    
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: BLACK; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey; 
}