body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4; 
}

header {
    background-color: #336699; /* Example Blue background */
    color: white;
    text-align: center;
    padding: 10px;
}

.logo {
    max-width: 150%;
    margin-bottom: 5px;
}
style{ 
    font-family: Georgia, 'Times New Roman', Times, serif;

}

main {
    padding: 20px;
}

.banner {
    position: relative; 
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; 
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent Background */
    color: white;
    padding: 15px;
}

.why-us, .admission-process {
    margin-bottom: 30px;
}

ul {
    list-style-type: disc;
    margin-left: 30px;
}

.button {
    background-color: #008CBA; /* Blue */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
/* #button{ 
    background-color: #008CBA;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
} */

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px; 
}
