* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 87.5%;
  }
}

body,
button,
textarea,
input {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fbf6ed;
}

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

button {
  border: 0;
}

button:hover {
  cursor: pointer;
}

ul, li {
  list-style: none;
}