body {
  font-family: sans-serif;
  text-align: center;
  background: #f0f0f0;
}

.videos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px;
}

video {
  width: 45%;
  background: #000;
  border-radius: 10px;
}

.buttons {
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  font-size: 18px;
  margin: 5px;
}
