* {
  font-family: 'Arial';
  color: #fff;
}

iframe {
  transition: opacity 2000ms ease-in-out;
  transition-delay: 0ms;
}

h1 {
  font-size: 80px;
  color: white;
}

p {
  color: white;
}

body {
  height: 100vh;
  background-color: #000;
}

.iframe-container {
  opacity: 0.5;
}

.center {
  text-align: center;
}

.main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 1px;
  opacity: 0.1;
}

.video-label-container {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: none;
}

.logo {
  width: 100%;
  max-width: 600px;
  max-height: 600px;
}
