/* zoom on large screens */
@media (min-width: 500px) {
  html {
    zoom: 1.5;
  }
}
