
body{
  width:100vw;
  height: 100vh;
  background-image: url('background.png');
  padding: 0;
  margin: 0;
}
#form{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90vw;
}

#video{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 90vw;
}

#logo{
  position: absolute;
  left: 1rem;
  top: 1rem;
}

#footer{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}

#footer a{
  color: #a51e22;
}
