body {
  font-family: "PT Sans", sans-serif;
  font-size: 12pt;
  background-color: #222222;
  color: #FFFFFF;
  margin: 0;
  font-weight: normal;
}

header.title {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

#logo {
  max-width: 650px;
  width: 100%;
  image-rendering: crisp-edges;
}

section.main {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 25px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  section.main {
    width: auto;
    margin: 0;
  }
}

footer {
  margin-top: 25px;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 10pt;
  text-align: center;
  color: #AAAAAA;
}

a:link, a:visited {
  color: #7FC9FF;
}

a:hover {
  color: #A5D9FF;
}

h2 {
  font-size: 16pt;
}

#gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
}
#gallery img {
  max-width: 200px;
  border: 1px solid #555555;
}

/*# sourceMappingURL=style.css.map */