body {
  font-family: switzer;
}
em {
  font-family: Eiko Italic;
}
.navbar {
  background-color: rgb(174, 174, 174);
}
.banner {
  width: 100vw;
  height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-content: center;
}
.banner .container p {
  color: aliceblue;
}
.banner .container h3 {
  color: aliceblue;
}
