

.schedule-container {
    max-width: 95%;
    margin: auto;
    background-color: #fff; /* White background for the container */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,1); /* Subtle shadow for depth */
	margin-bottom: 30px;
	margin-top: 20px;
}

h1 {
    color: #333; /* Dark color for headings */
    text-align: center;
    margin-bottom: 30px; /* Spacing below the main heading */
}

h2 {
    color: #d4af37; /* Gold color for subheadings */
    margin-top: 20px;
}


@media (max-width: 768px) {
    .schedule-container {
        padding: 10px;
		margin: 10px 20px 100px 0px;
		
    }
}
.english-schedule h2, .english-schedule p {
    margin-bottom: 10px; /* Adds more space between lines */
}

.english-schedule p {
    font-style: italic; /* Optionally style French content differently */
}
