body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  padding: 18px 50px 50px 50px; /* top, right, bottom, left */
  line-height: 1.7em;
  box-sizing: border-box;
}

h1 {
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}

b {
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
  list-style-type: disc;
}

li {
  margin-bottom: 8px;
}

a {
  color: #3366cc;
  text-decoration: underline;
}

@media (max-width: 1081px) {
  body {
    padding: 0px 20px 20px 20px; /* top, right, bottom, left */
  }
}
