body {
    font-family: Hellix, Helvetica, Arial, sans-serif;
  }

  /* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #BDC3D8 #F9FAFF;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #F9FAFF;
}

*::-webkit-scrollbar-thumb {
  background-color: #BDC3D8;
  border-radius: 10px;
  border: 1px solid #BDC3D8;
  height: 50px;
  width: 6px;
}
br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 0; /* change this to whatever height you want it */
}