:root {
  --high-color: #00ff55;
  --mid-color: #00ab3f;
  --low-color: #0e2716;
}
/*@font-face {
  font-family: pixelFont;
  src: url(../fonts/VT323-Regular.ttf)
}
*/

aside {
  width: 30%;
  padding: 10px;
  margin: 10px;
  float: right;
  font-style: normal;
  font-size: 1.8vh;
  background-color: var(--mid-color);
  color: var(--low-color);
}

article {
  font-family: 'Roboto Mono', monospace;
  text-align: justify;
  position: absolute;
  left:0;
  right:0;
  top:0;
  padding-top: 20px;
  padding-bottom: 120px; 
  margin:auto;
}

h1 {
  font-size: 32 px;
  font-size: 3.5vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;

}

h2 {
  font-size: 20 px;
  font-size: 3vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

h2 a:visited{
  color: var(--mid-color);
}

body {
  min-height: 100vh;
  position: relative;
  background-color: var(--low-color);
  color: var(--high-color);
}

p{
  font-size: 16 px;
  font-size: 2.1vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.mainContent {
  position: absolute;
  font-family: 'Roboto Mono', monospace;
  text-align:justify;
  padding-top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centerimage {
  max-width: 600px;
}
.label{
  text-align: center;
  position: sticky;
  max-width: 600px;
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2vh;
}

cite {
  font-style: italic;
}

footer {
  background-color: var(--low-color);
  color: var(--high-color);
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2vh;
  height: auto;
  bottom: 0;
  width: 100%;
  position: fixed;
}
.quote {
  border-top-style: groove;
  border-color: var(--high-color);
  color: var(--high-color);
  margin: auto;
  max-width: 860px;
  text-align: center;
}

@media only screen and (orientation: portrait) {
.mainContent {padding-top: 10%; left: 0; transform: none;}

.centerimage {
  max-width: 375px;
}
.label{
  max-width: none;
}
}