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

body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
}
