h1 {
  text-decoration: none;
  text-align: center;
  font-family: monospace;
  border-style: solid;
  background-color: seagreen;
  color: black;
  padding: 10px;
}

h2 {
  text-decoration: none;
  text-align: center;
  font-family: monospace;
  color: black;
  padding: 10px;
}

body {
  background-color: cadetblue;
}

li {
  font-family: monospace;
  text-align: center;
  font-size: 20px;
}

p {
  font-family: monospace;
  text-align: center;
  font-size: 20px;
  opacity: 0.5;
}
