
body, .brand {
  font-family: 'Pacifico', cursive, 'Roboto', sans-serif;
}
.brand {
  letter-spacing: 1.5px;
}
::-webkit-scrollbar {
  width: 10px; background: #fde68a;
}
::-webkit-scrollbar-thumb {
  background: #fbbf24;
  border-radius: 10px;
}
