/* div::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f3f3f3;
  }
  
  div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f3f3f3;
    border-radius: 10px;
  }
  
  div::-webkit-scrollbar-thumb {
    background-color: #888787;
    border-radius: 10px;
  }
  div::-webkit-scrollbar-thumb:hover {
    background: #555;
  } 
  
  body::-webkit-scrollbar {  
    width: 7px;
    height: 7px;
    background-color: #f3f3f3;
  }
  
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f3f3f3;
    border-radius: 10px;
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #888787;
    border-radius: 10px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  html {
    scrollbar-color: #888787 #f3f3f3;
    scrollbar-width: 7px;
    scrollbar-shadow-color: inset 0 0 6px rgba(0, 0, 0, 0.3);
  } */

  @font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/password.woff);
  }