h2 {
  margin: 0;
}

img {
  width: 21em;
}

main {
  align-items: center;
  display: flex;
  font-family: 'Source Sans Pro', sans-serif;
  height: 100vh;
  justify-content: center;
  width: 99%;
}

.background-video {
  filter: blur(0.6em);
  height: auto;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -2;
}

.container {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #006eee;
  display: flex;
  flex-direction: column;
  padding: 3em;
  text-align: center;
}

.container a {
  background: #006eee;
  border-radius: 6px;
  color: #fff;
  padding: 1em;
  text-decoration: none;

}
