body {
  background-color: rgb(41,46,36);
}
text {
  color: rgb(178, 186, 106);
  margin-top: 30px;
}
p {
  color: rgb(178, 186, 106);
}
hr {
   height: 5px;
   background-color: rgb(23, 26, 21);
   border: none;
}
center-text {
 text-align: center;
 list-style-position: inside;
}

h1 {
  color: rgb(207, 217, 121);
  border-bottom: solid;
  border-width: 5px;
  border-color: rgb(23, 26, 21);
  padding: 3px;
}
ul {
  color: rgb(178, 186, 106);
}
h2 {
  color: rgb(207, 217, 121);
}
h3 {
  color: rgb(207, 217, 121);
}

a:link {
 color: rgb(214, 43, 43); 
}
a:visited {
  color: rgb(214, 43, 43); 
}
a:hover {
  color: rgb(247, 79, 79);
}