html {
  -webkit-font-smoothing: auto;
}

main {
  display: block;
}

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

input {
  font-size: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

:focus {
  outline-color: #009880;
}

