@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@font-face {
  font-family: "Lexend", sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
}
body {
  padding: 20pt 10vw;
}
* {
  font-family: "Lexend";
  font-size: 16pt;
  text-align: justify;
  line-height: 110%;
}
#header {
  font-size: 32pt;
  font-weight: 900;
  text-align: center;
  position: sticky;
}
u{font-weight: 500;}
b{font-weight: 700;}
i{font-weight: 300; color: #444;}
p {
  text-indent: 2ch;
  width: 100%;
  margin: 0.5ex 0;
}
h2, ul{
  padding-top: 0.5ch;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
