body {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial,
    sans-serif;
  color: #111;
  background-color: #fff;
  padding: 24px;
  max-width: 800px;
  margin: auto;
  line-height: 1.35;
  font-size: 14px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

h1 {
  font-size: 28px;
  margin: 0 0 4px 0;
}

.subtitle {
  margin: 0;
}

.contact {
  font-size: 14px;
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 14px;
  line-height: 1.1em;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  margin: 28px 0 4px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-top: 6px;
}

.summary {
  margin: 0 0 10px 0;
}

.section-title {
  font-weight: 600;
  margin: 6px 0 0 0;
}

.institution {
  font-style: italic;
  margin: 0;
}

ul {
  margin: 6px 0 12px 18px;
  padding-left: 18px;
}

.right {
  float: right;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

@media print {
  body {
    padding: 0;
  }
}
