@media screen and (max-width: 600px) {
  body {
    width: 90%;
  }
  
  .general-text {
    text-justify: auto;
  }
}

@media screen and (min-width: 600px) {
  body {
    width: 550px;
  }
}

body {   
  background-color: black;
  color: white;
  font-family: Consolas, "Courier New", monospace;
  font-size: 1em;
  margin: auto;
  text-align: center;
  /*width: 550px;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
  
a {
  color: white; 
  text-decoration: underline;
}

a:hover {
  color: white;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

li {
  display:inline;
}

hr {
  color: white;
  width: 60%;
  
}

.general-text {
  margin:auto;
  text-align: start;
}

.divider {
  text-align:center;
}

#headerglyph {
  width: 130px;
  height: 130px;
  padding-bottom: 25px;
}

.Her {
  color: DarkOliveGreen;
}
