body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 20px;
}

main {
  max-width: min(70ch, 100% - 4rem);
  margin-inline: auto;
}

h1,
h2,
h3 {
  font-family: Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  /* Vertical spacing between images */
  margin-bottom: 20px;
}

nav {
  margin-bottom: 30px;
}

nav a {
  text-decoration: none;
  color: black;
  margin-right: 15px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

article {
  margin-bottom: 2rem;
}

p {
  margin-block: 1rlh;
}

@media only screen and (max-width: 600px) {
  /* Adjust styles for smaller screens if needed */
  body {
    margin: 10px;
  }
}

.small {
  font-size: 0.8rem;
}
