body {font-family: Arial, sans-serif;}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: hsla(0, 0%, 0%, 0);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 230, 0, 0.699);
  border-radius: 5px;
}

.white-shadow-in {
  border: 1px solid rgba(255, 255, 255, 0.2); 
  text-shadow: #e2e6ea;
  box-shadow: 
      inset 0px 0px 25px hsla(49, 69%, 79%, 0.8),
      -5px 2px 10px rgba(255, 255, 255, 0.8);     
}


