
   ::-webkit-scrollbar {
   width: 13px;
   /* 13px */
   }
   ::-webkit-scrollbar-thumb {
   background: firebrick;
   border-radius: 4px;
   }
   ::-webkit-scrollbar-thumb:hover {
   background: #F2AA13;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
   }
   ::-webkit-scrollbar-thumb:active {
   background: yellow;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
   }
   ::-webkit-scrollbar-track {
   box-shadow: inset 0 0 2px grey; 
   }
   ::-webkit-scrollbar-corner {
   background-color: #d2aa6d;
   }

body {
   background: #d2aa6d;
}
