html {
  scroll-behavior: smooth;
}

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

/* Links */

a, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, p {
  font-size: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

