body {
  max-width: 700px;
  margin: 0 auto; 
  font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
  font-weight: bold;
  line-height: 1.4; 
  text-align: center;
  color: white;
  background-color: black;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/10/Hellsing.jpg?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original");
  background-attachment: fixed; 
}

h1, h2, h3, p, ul, .interests-gallery {
  background-color: darkred;
  outline: 2px solid white;
  margin: 20px auto; 
}

h2, h3 {
  max-width: 500px;
  line-height: 150%;
  padding: 15px 10px 10px 10px;
}

h1 {
  font-size: 135%;
}

h2, h3 {
  font-size: 120%;
}

p, ul, .interests-gallery {
  font-size: 110%;
}

p, .interests-gallery {
  padding: 15px 10px 10px 10px;
}

ul {
  max-width: 492px;
  list-style-position: inside; 
  padding: 15px; 
}

.interests-gallery img {
  max-width: 100%; 
  height: auto;
  vertical-align: middle;
  margin: 5px;
}

p a, ul a {
  color: black;
  text-decoration-line: underline;
  text-decoration-style: dashed;
}

p a:hover, ul a:hover {
  color: white;
  text-decoration: underline solid;
}

.gym {
  max-width: 250px;
  object-fit: contain;
  margin: 5px;
}

.interests-gallery img {
  width: 215px;
  height: 80px;
  object-fit: contain;
  margin: 5px;
}
