@font-face {
  font-family: "Athletics-Regular";
  src: url("Athletics-Regular.woff") format("woff"),
    url("Athletics-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Athletics-Regular";
  margin: 0px;
  min-height: 100vh;
  color: #29004a;
  font-size: 18px;
  line-height: 1.5em;
}
h1 {
  font-size: 45px;
  padding-bottom: 20px;
}
h2 {
  padding-top: 30px;
  font-size: 30px;
}

.page-wrapper {
  padding: 0 15% 3% 15%;
}
.rows {
  display: flex;
  flex-direction: row;
  gap: 50px;
  text-align: justify;
}

.big-lines {
  line-height: 2em;
}

.indented {
  padding-left: 50px;
}
.footer {
  background-color: #29004a;
}

.MsoNormal {
  text-align: justify;
}
