body {
  background-color: #f27eac;
  color: #FDE7DB;
  font-family: "Lucida Console", "Courier New", monospace;
  padding: 32px;
}

h1 {
  font-size: 2.4em;
  margin-bottom: 16px;
}

h2 {
  font-size: 1.6em;
  margin-top: 40px;
  margin-bottom: 12px;
}


p {
  line-height: 1.6;
  margin-bottom: 16px;
}


ul {
  list-style-type: none;
  padding-left: 0;
}


li {
  margin-bottom: 12px;
}


a {
  color: #5e0133;
}
