body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f4f4f4;
}

h1 {
  margin-top: 20px;
  color: #333;
}

.controls {
  margin-top: 20px;
}

.video-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

video {
  width: 45%;
  height: auto;
  border: 1px solid #333;
}
