body {
  display: flex;
  flex-wrap: wrap;
  font-size: 12pt;
  margin: 0;
  height: 100vh;
}

.large-banner {
  display: flex;
  align-items: center;
}

.title {
  width: 60%;
}

.authors {
  width: 40%;
}

.smalltext {
  width: 100%;
}

.name {
  font-variant-caps: small-caps;
  font-size: 12pt;
}

.role {
  font-style: italic;
}

h1 {
  font-size: 55pt;
  margin-top: 5pt;
  margin-bottom: 5pt;
}

.report-title {
  font-size: 18pt;
}

.subtitle {
  font-size: 15pt;
}

ul {
  list-style-type: none;
  padding: 0;
}

.draft-info {
  font-size: 14pt;
}
