body{
    background:url(img/pink.png)
}
marquee{
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: PINK; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightpink; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}