* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  background-color: #ffffffea;
  width: 100%;
  height: 100%;
  margin: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Style the scrollbar */
::-webkit-scrollbar {
  width: 8px;
  background: black;
}

/* Style the thumb with fixed size */
::-webkit-scrollbar-thumb {
  background: #ffffffea;
  border-radius: 4px;
  min-height: 20px; /* Ensures the thumb is always at least 20px */
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
}