body {
  background-color: #8182b8;
  color: #021026;
  font-family: "Courier New", Courier, monospace;
}

h1 {
  font-size: 36px;
  font-weight: bolder;
}

h2 {
  font-size: 28px;
  font-weight: bolder;
  padding: 0 75px;
}

h3 {
  font-size: 24px;
  font-weight: bolder;
  padding: 0 90px;
}

h4 {
  font-size: 24px;
  font-weight: bolder;
  font-style: italic;
  padding: 0 110px;
}

p {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  padding: 0 125px;
}

ul {
  padding: 0 175px;
}

li {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
}

button.navigation {
  background-color: #8182b8;
  color: #021026;
  font-family: "Courier New", Courier, monospace;
  font-size: 22px;
  font-weight: bolder;
  border: 2px solid #021026;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: help;
}
