body {
  background-image: url("website-background.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  color: black;
  font-family: 'aseprite', Courier;
  font-size: 200%;
  margin: 50px;
}

p {
  margin-bottom: 30px;
a:link {
  color: white;
}

a:visited {
  color: white;
}

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

.container {
  text-align: center;
  border: 3px dashed blue;
  max-height: 900px;
  min-height: 900px;
  overflow-y: auto;
}

.container img {
  width: 50%;
  height: 50%;
  object-fit: cover; /* or 'contain' */
  margin-bottom: 100px;
}
