body {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 60vw;
  max-width: 1200px;
  min-width: 320px;
}

img {
  width: 100%;
  height: auto;
}

.header-img {
  width: 200px;
}

.artwork-img {
  width: 400px;
}

.afa-img {
  width: 200px;
}
#wrapper {
  margin: 60px;
}

a {
  text-decoration: none;
  color: gray;
}

a:hover {
  text-decoration: none;
  color: red;
}

h2 {
  text-decoration: underline;
}

p {
  line-height: 140%;
}

.upper {
  vertical-align: sub;
  font-size: smaller;
}

@media screen and (max-width: 768px) {
  body {
    width: 90vw;
    font-size: 0.85rem;
  }

  h1 {
    font-size: 1rem;
  }

  .artwork-img {
    width: 200px;
  }
}
