body {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Philly Sans";
    font-weight: 400;
    font-style: normal;
    background-color: rgba(255,255,255,0.1);
    overflow: auto;
    font-size: clamp(24px, 4vw, 30px); /* Responsive font size */

h1 {
    font-size: 36px; /* Adjust heading size */
    color: #ffd800;
    background-color: #4CAF50;
    margin-bottom: 20px;
    font-family: "Philly Sans";
    font-weight: 400;
    font-style: normal;
    background-color: rgba(255,255,255,0.1);
    overflow: hidden;
    font-size: clamp(24px, 4vw, 30px); /* Responsive font size */
}
    }

.youtube-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1050px;
    height: 500px; /* Adjust as needed */
    margin: 0 auto; /* Centers it */
    position: relative;
                  }
 
.youtube-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
        }
