body {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#container { 
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vh;
  margin-bottom: 2vh;
}

#content {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#images {
  max-height: 80vh;
  max-width: 80vw;
}

.btn-img {
  display: block;
  max-width: 20vw;
  max-height: 15vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  color: white;
  background: black;
  font-family: "IM Fell English SC", serif;
  font-weight: 400;
  font-style: normal;

}

#footer {
  margin-top: 3vh;
  text-align: right;
  font-family: "IM Fell English SC", serif;
  font-weight: 100;
  font-style: normal;
  font-size: x-small;
}

.im-fell-english-sc-regular {
  font-family: "IM Fell English SC", serif;
  font-weight: 400;
  font-style: normal;
}


