body, p, h1, h2, h3 {
  margin: 0;
}

body {
  font-family: mplus2, serif;
  font-size: clamp(7px, 2vw, 50px);
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}/*# sourceMappingURL=base.css.map */