body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background: linear-gradient(to bottom right, #ffccff, #ccffff);
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 600px;
  padding: 1em;
  box-sizing: border-box;
}

h1 {
  font-size: 2.5em;
  margin: 0.5em 0;
  word-wrap: break-word;
}

video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.message {
  font-size: 1.1em;
  margin-top: 1em;
  line-height: 1.4;
}

