* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: inter;
  line-height: 1.5rem;
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

a {
  font: inherit;
  text-decoration: none;
}
