html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
}

::selection {
  background: rgba(251, 191, 36, 0.25);
}

a,
button {
  transition: all 0.2s ease;
}