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

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

ul,
ol {
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
