.youtube-video {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
  }
  .youtube-video iframe {
    width: 100%;
    height: 200px;
  }
  .youtube-video h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
  }