/* Video player styles */
#videos {
  display: block;
  text-align: center;
}

#videos h2 {
  text-align: center;
}

#videos p {
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}

#videos h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}

#videos iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
  border-radius: 8px;
  display: block;
  margin: 1rem auto;
}

.video-wrapper {
  display: contents;
}

iframe {
  display: flex;
  justify-content: center;
  text-align: center;
}
