
body {
  background-color: black;
  color: white;
  font-family: "Times New Roman" ;
}
::-webkit-scrollbar {
width:15px; height:15px;
} /* made by @ps1 */
 
::-webkit-scrollbar-track {
background-image: url(https://i.imgur.com/n1kAWKU.png);
}
 
::-webkit-scrollbar-thumb {
background-image: url(https://i.imgur.com/KePIOiE.png);
border-top: 1px solid #D4D0C8; border-bottom: 1px solid #808080;
}
 
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(https://i.imgur.com/ZF6PC55.png);
width: 15px; height: 15px;
}
 
::-webkit-scrollbar-button:vertical:increment {
background-image: url(https://i.imgur.com/sMOMkQ7.png);
width: 15px; height: 15px;
}
 a { color: #00FFFF; } /* CSS link color */