body {
  background-color: #cccccc;
  font-size: 1em;
  font-family: 'Times New Roman', Times, serif, sans-serif;
  width: 95%;
  margin:auto;
  padding: 1em;
  line-height: 1.2;
}

nav {
  background-image: url(/elk3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0;
  background-size: contain;
}

/* For tablets and similar (480px to 768px) */
@media (max-width: 768px) {
  body {
    font-size: 1.1em;
  }
}

/* For phones (≤ 480px) */
@media (max-width: 480px) {
    body {
        font-size: 1.1em;
    }
}