@font-face {
  font-family: "Terminus";
  src: url(/static/fonts/terminus.woff2) format("woff2");
}
@font-face {
  font-family: "IBM VGA";
  src: url(/static/fonts/WebPlus_IBM_VGA_9x16.woff) format("woff");
}
html {
  background-color: black;
  overflow: visible;
}

img {
  margin: 20px;
}

html {
  font-family: "IBM VGA", Terminus, Monospace;
  color: white;
  text-align: center;
}

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

a:hover {
  color: gray;
  text-decoration: underline;
}

h1 {
  font-size: 5em;
  margin: 7%;
  overflow: auto;
}

h2 {
  font-size: 2.5em;
}

.lipsum {
  justify-content: center;
  margin: auto;
  display: grid;
  grid-template-columns: 40em 10em;
  margin: 1em;
  position: absolute;
}

.lipsum p {
  text-align: left;
}

.imgdisplay {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  margin-left: 3em;
}

.imgdisplay img {
  height: 12em;
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.imgdisplay a img:hover {
  border: 2px;
  border-style: dashed;
  border-color: gray;
}/*# sourceMappingURL=styles.css.map */