body {
  background-color:#b600e9;
  color:#9aff92;
  text-align:center;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #00ff1e #c200db;
  }

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

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

  *::-webkit-scrollbar-thumb {
    background-color: #00ff1e;
    border-radius: 3px;
    border: 0px solid #ffffff;
  }
