body {
  background-color: #f7f4ed;
  color: #1d2021;
  text-align: center;
  margin: 30px auto;
  font-family: monospace;
  padding: 20px;
  max-width: 500px;
  font-size: 1.25em;
}

h1 {
  margin: 30px auto;
  font-size: 2.4em;
}

p {
  margin: 10px auto;
}

.intro {
  margin: 60px auto 0;
  text-align: justify;
  text-justify: inter-word;
}

ul {
  margin: 5px auto;
  text-align: left;
}

.links {
  margin: 60px auto 0;
}

a {
  font-weight: 700;
  color: #147c91;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wise {
  margin: 70px auto 0;
}
