body {
  margin: 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 30px;
  padding: 20px;
}

.logo {
  max-width: 180px;
  height: auto;
}

.video-wrapper {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 9 / 16;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}