

body {
	font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  margin: 0;
}

a {
  color: #fff;
}

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

main {
  position: relative;
  max-width: 80%;
  margin: 2rem auto;
  text-align: center;
}

.logo {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  main {
    max-width: 70%;
    margin: 5rem auto;
  }
  .logo {
    max-width: 25rem;
  }
}
