body {
  background-color: #000000;
  font-size: 100%;
}

#container {
  background-color: #ff9966;
  background-image: url("img/aeon_veldt.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#top-header {
  background: #330066;
  color: #0066cc;
  box-sizing: border-box;
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0.5em;
  width: 100%;
}

.main-title {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
  color: #00ff00;
  margin: 0.5em 3em 2.5em 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  text-align: center;
  width: 90%;
}

#page-content {
  box-sizing: border-box;
  max-width: 100%;
  min-height: 450px;
  padding: 1em;
}

.code {
  font-family: "Courier New", Courier, monospace;
}

figure {
  padding: 0.5em;
}

figure a {
  border: 0px;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: smaller;
  font-style: italic;
  padding: 0.5em 0.5em 0 0.5em;
  text-align: center;
}

div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.center {
  text-align: center;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
}

.text a:link {
  color: #3333cc;
}

.text a:visited {
  color: #333399;
}

.text a:hover {
  color: #3333ff;
}

.text a:active {
  color: #3366ff;
}

.text-block {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
  color: #00ff00;
  margin: 0.5em 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  width: 90%;
}

.title {
  font-family: "Courier New", Courier, monospace;
}

h1 {
  font-size: 2em;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

h3 {
  font-size: 1em;
  font-weight: bold;
}

h1.center, h2.center, h3.center, p.center {
  text-align: center;
}

#bottom-footer {
  background: #330033;
  border-top: 2px black solid;
  box-sizing: border-box;
  clear: left;
  color: #ffccff;
  padding: 0.5em 0em 0.5em 0em;
  width: 100%;
}

.footer-text {
  font-family: "Lucidia Sans Unicode", "Lucidia Grande", sans-serif;
  margin: 0em;
  padding: 0em;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #container {
    width: 100%;
  }
  
  #page-content {
    max-width: 100%;
  }
}
