/* ===== Scrollbar CSS ===== */

  ::-webkit-scrollbar {
    width: 16px;

  }

  ::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #fb50af 40%, #ff8ccc 100%) ;
    box-shadow: 0 0 7px #ffb5de inset;

  }

  ::-webkit-scrollbar-thumb {
    background-color: #28bfff;
    border-radius: 10px;
    box-shadow: 0 0 7px azure inset;

  }