body {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 5px 5px 5px;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.6em;
  color: black;
}
h1 {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size:clamp(24px, 5vw, 48px);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px;
}
img {
    display: block;
    margin: 0 auto 40px auto;
    width: 50%;
    position: static;
}
a {
      text-decoration: none;
      color: black;
    }

