
body {
  margin: 0;
  padding: 0;
  background-color: #111;
  color: #eee;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.container {
  max-width: 500px;
  padding: 40px;
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
}

h1 {
  font-size: 1.8rem;
  color: #ff3c3c;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  color: #ccc;
}

.footer {
  margin-top: 20px;
  color: #999;
  font-size: 0.9em;
}.video-container video {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
  margin-top: 30px;
  max-width: 600px;
}
