* {
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a {
  color: #4267b2;
  text-decoration: none;
}

.drawer::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.drawer::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  cursor: grab;
}
.drawer::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.drawer {
  scrollbar-face-color: rgba(0, 0, 0, 0.1);
  scrollbar-track-color: rgba(0, 0, 0, 0.05);
}