body {
  text-align: center;
  font-family: Arial;
  background: #121212;
  color: white;
}

.videos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

video {
  width: 320px;
  height: 240px;
  border: 2px solid white;
  border-radius: 10px;
}

.controls {
  margin-top: 20px;
}