
.container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.video {
  flex: 1;
  min-width: 300px; /* Adjust this value based on your needs */
  margin: 10px;
}
iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
}

H2 {
  color:white;
  text-align:center;
}

p {
  color:white;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
