::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #fffdf5;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #8dd6c3;
  border-radius: 6px;
  border: 3px solid #fffdf5;
}
::-webkit-scrollbar-thumb:hover {
  background: #5a9e8e;
}
