body {
  font-family: Arial;
  background: lightgreen;
  text-align: center;
}

.container {
  margin: 50px auto;
  width: 80%;
}

input {
  padding: 10px;
  width: 60%;
  margin-right: 10px;
}

button {
  padding: 10px 20px;
  cursor: pointer;
}

#videoResults {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
}

.caption {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  text-align: center;
}