body {
    font-family: 'Roboto', sans-serif;
    background-color: #121212;
    color: #BB86FC;
    margin: 0;
    padding: 0;
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #1a1a1a;
}

header img {
    max-height: 100px;
}

nav a {
    color: #BB86FC;
    text-decoration: none;
    font-size: 20px;
}

.welcome {
    background: url('background1.jpg') no-repeat center center/cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay h1 {
    font-size: 48px;
    color: #BB86FC;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.schedule {
    padding: 40px;
}

.info {
    margin-bottom: 20px;
}

.info img {
    
    max-width: 600px;
	max-height: 600px;
    border-radius: 10px;
}

/* Style for the overall container of the form and banner */
.form-container {
    display: flex;             
    flex-direction: column;    
    align-items: center;       

    width: 100%;               
    max-width: 600px;          
    margin: 0 auto;            
}

/* Style for the banner image */
.banner-image {
    max-width: 100%;   
    height: auto;      
    display: block;    
    margin-bottom: 15px; 
}


.iframe-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%; 
    padding-top: 186.33%; 
    height: 0; 
}

/* Style for the iframe itself within its wrapper */
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; 
}

.schedule {
    
    padding: 20px; 
    text-align: center; 
}

.info {
    margin-bottom: 30px;
}
.info img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center info image */
}


footer {
    background: #1a1a1a;
    padding: 10px;
    font-size: 14px;
}

footer a {
    color: #BB86FC;
    text-decoration: none;
}
