body {
  display: inline-block;
  column-count: 4;

  background-image: url("transparent_overlay.PNG"), url("spiritfarer.gif");
  background-size: 1500px;
  background-repeat: no-repeat;
  background-position-x: 350px;
  background-position-y: 0vw;
  background-color: white;
  margin: 0px;

  font-family: menlo, monospace, serif;
  font-size: 11px;
  color: blue;

  min-height: 90vh;
  max-height: 90vh;
  min-width: 1500px;
  max-width: 1500px;

  white-space: none;
  column-gap: 10px;
  border: 0px;
  margin-top: 20px;
}

p {
  color: blue;
  margin: 10px;
  margin-top: 20px;
}

h1 {
  font-size: 23px;
  break-inside: column;
  text-align: right;
}

div {
  color: blue;

  min-width: fit-content;
  max-width: fit-content;
  min-height: 0px;
  max-height: 0px;
  text-align: left;
  break-after: region;
  margin: 10px;
  margin-top: 20px;
}

.imageclass {
  min-width: 250px;
  max-width: 250px;
  margin: 10px;
}

a {
  color: blue;
}

.column2 {
  color: blue;
  min-width: fit-content;
  max-width: fit-content;
  min-height: fit-content;
  max-height: fit-content;
  break-inside: avoid;
  break-after: region;
  text-align: left;
  margin: 5vw;
  margin-top: 20px;
}
