body {
  background-color: #fff0d1;
  color: #222;
  font-family: Lexend;
  margin-left: 30px;
}

p {
  word-wrap: break-word;
  width: 900px;
}

a:link {
  color: #227b94;
  background-color: transparent;
  text-decoration-line: underline;
}

a:visited {
  color: #c96868;
  background-color: transparent;
  text-decoration-line: underline;
}

h1 {
  color: #000;
  font-size: 32pt;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  color: #000;
  font-size: 26pt;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}

h3 {
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 22pt;
}

p,
li {
  font-size: 14pt;
}
