video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

html, body {
  height: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 150%;
  line-height: 1.4;
}

body {
  margin: 0;
}

.viewport-header {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: 'Helvetica', sans-serif;
  font-weight: 200;
  color: white;
  line-height: 1.2;
  font-size: 32pt;
  text-align: center;
}
h1 span {
  display: block;
  font-weight: 600;
  letter-spacing: -0.8vw;
  font-size: 8vw;
  text-transform: uppercase;
}

main {
  background: rgba(0, 0, 0, 0.66);
  color: white;
  position: relative;
  padding: 1rem;
}
main p {
  max-width: 700px;
  margin: 1rem auto;
}

ul {
  max-width: 700px;
  margin: 1rem auto;
}

hr {
  max-width: 600px;
  margin: 1rem auto;
}
