body {
  color: white;
  background-color: black;
  font-family: serif;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar {
  height: 2em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

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

.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.5em;
  padding: 2em;
}

p {
  font-style: italic;
}
