body {
  margin: 0;
  height: 100vh;
  background: url("./images/background.png") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video {
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.coming-soon {
  position: fixed;
  bottom: 60px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 15px;
  letter-spacing: 2px;
  opacity: 0.7;
  font-family: sans-serif;
}

.socials {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.socials a {
  margin: 0 10px;
  font-size: 22px;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.2s;
}

.socials a:hover {
  opacity: 1;
  transform: scale(1.2);
}
