html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

input,
textarea,
select,
button {
  font: inherit;
}