body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 2% 5% 0%;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  max-width: 70%;
  height: 100%;
}

header h1 a {
  text-decoration: none;
  color: #000;
}

header h1 a:hover {
  text-decoration: underline;
  color: #000;
}

h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #000;
}

p {
  margin-bottom: 20px;
  color: #000;
}

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

ul li {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
  text-decoration-color: blue;
  color: #000;
}

a:visited {
  text-decoration: underline;
  text-decoration-color: blue;
}

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

footer {
  border-top: 1px solid #ccc;
  bottom: 0;
  width: 100%;
}
