/* General reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body and layout settings */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* First Section: Header Image  overflow: hidden; */
.header-section {
  width: 100%;
 
}
/* height: auto; */
.header-image {
  width: 100%;
  height: 75%;
}

/* Second Section: Video and Description */
.video-description-section {
 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}
/* */
.video-container iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  border-radius: 8px;
}
/* */
.description-container {
  margin-top: 20px;
  max-width: 800px;
  padding: 0 15px;
}
/*margin-bottom: 10px; */
h2 {
  font-size: 24px;
  color: #333;
}
/*Paragraphs font-size: 16px; */
p {
  font-size: 20px;
  line-height: 1.5;
  color: #555;
}

/* Third Section: Footer */
.footer-section {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
/* */
.footer-images {
  margin-bottom: 20px;
}
/*Image Size */
.footer-images img {
  width: 000px;
  margin: 0 10px;
}
/*Font Sixe */
.footer-text p {
  font-size: 14px;
  margin-top: 10px;
}
 
 
/* */
  .description-container {
    padding: 0 10px;
  }
 
 

