@media (min-width: 769px) {
  html {
    scrollbar-width: thin;
    scrollbar-color: #f8347c #f3eef8;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #f3eef8;
  }
  ::-webkit-scrollbar-thumb {
    background: #f8347c;
    border-radius: 10px;
    border: 2px solid #f3eef8;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #2f1e4b;
  }
}
