body {
font-family: 'Josefin Slab', serif;
}
video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
h1 {
  color: #fff;
  text-align: center;
  margin-top: 50vh;
}


.responsive {
  width: 100%;
  max-width: 30px;
  height: auto;
}
