body {   
  background-color: black;
  color: white;
  font-family: Consolas;
  font-size: 1em;
  margin: auto;
  text-align: center;
}
  
a {
  color: white; 
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

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

li {
  display: inline;
  text-decoration: underline; 
}

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

.Her {
  color: DarkOliveGreen;
}
