@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}

html, body, p, td, th {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #101727;
}

h1 {
  color: #87646B;
  letter-spacing: -2px;
  font-size: 64pt;
  padding: 0;
  margin: 0;
}

h2 {
  color: #61669D;
  padding-top: 0;
  margin-top: 0;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #FFFFFF;
}
.page th, .page td {
  padding: 10px 14px;
  text-align: left;
}
.page th {
  color: #87646B;
  border: 1px solid rgba(108, 127, 167, 0.4);
  border-radius: 2px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  background-color: rgba(255, 248, 248, 0.9725490196);
}
.page td ul {
  margin-left: 0;
  padding-left: 0;
}
.page td.topic {
  text-align: end;
}

.block {
  display: block;
}

.centered {
  text-align: center;
}
