body {
    font-family: Arial, sans-serif;
    background-image: url(images/Backgrounds/5.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    line-height: 1.6;
}

.column {
    align-items: center;
    width: 20%;
    padding: 90px;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  } 

  .text {
    text-align: center;
  }
 .video-container {
    display: flex;
    flex-direction: column; 
    align-items: center;   
    gap: 40px;              
    padding: 50px 0;
  }

  iframe {
    width: 80%;             
    max-width: 1000px;      
    aspect-ratio: 16 / 9;   
    border: none;
  }
  
  .pdf-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

object {
    width: 80%;           
    max-width: 1000px;
    height: 800px;        
    border: 2px solid #333;