



 @font-face {
    font-family: "Comic Book Commando Bold V1";
    src: url("https://db.onlinewebfonts.com/t/20f6bdb837385aa6073edf593bae48ed.eot");
    src: url("https://db.onlinewebfonts.com/t/20f6bdb837385aa6073edf593bae48ed.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/20f6bdb837385aa6073edf593bae48ed.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/20f6bdb837385aa6073edf593bae48ed.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/20f6bdb837385aa6073edf593bae48ed.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/20f6bdb837385aa6073edf593bae48ed.svg#Comic Book Commando Bold V1")format("svg");
}

.html{
    text-align: center;
    background-color: #f5c9e5;
    
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc9ac0; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d172ad; 
}