@media screen and (min-width: 961px) {
  ::-webkit-scrollbar {
    width: 16px;
  }
  ::-webkit-scrollbar-track {
    background-color: #EEF8FF;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #B8E4FF;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #0175BD;
}
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#preloader-logo {
  width: 200px;
  height: auto;
}

#preloader-quote {
  margin-top: 20px;
  width: 30%;
  text-align: center;
  font-size: 16pt;
  color: #979797;
  max-width: 300px;
  opacity: .5;
  font-family: 'Manrope';
  letter-spacing: 1px;
}