/* Style the scrollbar */
::-webkit-scrollbar {
    width: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #003d71;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }