@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
html, body {
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #a8b4c0;
  background-color: #fff;
  padding: 5vw;
  color: #444;
}

p {
  text-align: justify;
  font-size: 0.95em;
  line-height: 1.5;
}

h1, h2 {
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: #444;
}

h1 {
  text-align: center;
  font-size: 1.3em;
  margin-top: 0;
  color: #FFF;
}
h1 > span {
  padding: 20px 10px;
  background-color: #a8b4c0;
}
h1 > span > span {
  padding: 8px;
  border: solid 2px #FFF;
}

h2 {
  font-size: 1.2em;
  margin: 4vw 0 1vw 0;
}
h2:first-of-type {
  margin-top: 4em;
}

/*# sourceMappingURL=style.css.map */
