body {
  background: #0e0e11;
  color: #ffffff;
  font-family: system-ui;
}

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

button {
  padding: 12px 20px;
  background: #6c5ce7;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

input {
  padding: 10px;
  width: 300px;
  margin-right: 10px;
  border-radius: 6px;
  border: none;
}

video {
  display: block;
  width: 80%;
  max-width: 900px;
  margin-top: 20px;
}
