body {
  background-color:#c45700;
  color:#e7e3ff;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #001314 #db7500;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #db7500;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #001314;
    border-radius: 9px;
    border: 2px solid #fff8eb;
  }