* {
  box-sizing: border-box;
}

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

footer {
  margin-top: 20px;
  width: 100%;
}

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