
@media screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }

  footer {
    font-size: 16px;
  }
}