html {
  color: #000000;
  font-size: 15pt;
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
    margin: 7%;
}

h1 {
  color: #000000;
  letter-spacing: -0.02em;
  text-align: left;
  font-size: 42pt;
  margin-top: -2rem;
}

h2 {
    text-align: left;
    font-size: 18pt;
    margin-bottom: -2pt;
}

ol {
  font-size: 13pt;
  line-height: 1.4;
  text-indent:2%;
}

ul {
  font-size: 13pt;
  line-height: 1.4;
  text-indent:2%;
}

article {
    margin: 2rem 0;
}

section {
    margin: 2.5em 0
}

p {
    line-height: 30pt;}
