img {
  width: 400px;
}

body {
  background-color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  max-width: 90%;
  display: block;
  margin: auto;
}

nav {
  padding: 0;
}
nav ul {
  list-style: none;
  padding: 0;
}
nav li {
  display: block;
}
nav li a {
  color: white;
  font-weight: bolder;
  font-size: large;
  text-decoration: none;
  padding: 5px;
  border: 2px solid white;
  background-color: #0080FF;
}

div#content {
  color: whitesmoke;
  background-color: #090b33;
  padding-left: 0.25in;
  padding-right: 0.25in;
  padding-top: 0.5in;
  padding-bottom: 0.5in;
}
div#content h1, div#content h2 {
  text-align: center;
}
div#content a {
  color: yellow;
  text-decoration: none;
}
div#content div.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  padding: 10px;
}
div#content .gallery img {
  width: 98%;
  display: block;
  padding: 2px;
}
div#content img#banner {
  width: 100%;
}
div#content blockquote {
  color: whitesmoke;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}
div#content img {
  max-width: 100%;
}
div#content div#changelog {
  margin: 0 auto;
}
div#content div#changelog div.changelog-card {
  border: 1px solid white;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
div#content div#changelog div.changelog-card div {
  padding: 15px;
  font-size: large;
}
div#content div#changelog div.changelog-card div.changelog-card-date {
  background-color: #b3adff;
  color: black;
  border-radius: 30px 30px 0 0;
  font-weight: bold;
}
div#content div#changelog div.changelog-card hr {
  color: white;
  margin: 0;
}
div#content figure img {
  display: block;
  margin: auto;
}
div#content figure figcaption {
  font-style: italic;
  font-size: small;
  text-align: center;
}
div#content img.button {
  width: 88px;
}

footer {
  color: white;
  text-align: center;
}

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