*{
    padding:0;
    margin:0;
    font font-family: "Times New Roman";
}
body{
    background-color: #fdfce8;
}
.space_box{
    height: 30px;
    background-color: #fdfce8;
}
#main{
    text-align: center;
}
h1{
    font-size: 45px;
}
h2{
    background-color: #734128;
    color: white;
    text-align: center;
    font-size:40px;
}
p{
    background-color: #e2ceb1;
    font-size: 25px;
    font-weight: 30px;
    text-align: center;
    line-height: 45px;
}

/* Admission Images Layout */
.admission_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-color: #e2ceb1;
    padding: 20px;
}

.admission_img img {
    max-height: 300px;
    width: 100%;
    max-width: 600px;
    border: 2px solid black;
    object-fit: cover;
}
h3{
    background-color:#c7a07a;
    text-align: center;
    font-size:30px;
}
.option p{
    font-size: 20px;
    text-align: left;
    padding-left: 40px;
}
.option2 p{
    font-size: 20px;
    text-align: left;
    padding-left: 40px;
}
.option2 h5{
    background-color: #e2ceb1;
    font-size: 20px;
    text-align: left;
    padding-left: 40px;
    padding-top: 20px;
    text-decoration: underline;
}
.link{
    background-color: #e2ceb1;
    font-size: 20px;
    text-align: center;
}
.apply p{
    font-size: 17px;
    text-align: center;
}
/* Responsive Location Map */
#location-map iframe {
    width: 90%;
    max-width: 1200px;
    height: 400px;
    border: 4px solid black;
}
/* Responsive Rules */
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 20px;
        line-height: 35px;
    }

    .admission_img img {
        max-height: 220px;
        width: 100%;
    }

    .option p,
    .option2 p,
    .option2 h5 {
        font-size: 18px;
        padding-left: 20px;
    }

    .link a {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
        line-height: 30px;
    }

    .admission_img img {
        max-height: 180px;
    }

    .option p,
    .option2 p,
    .option2 h5 {
        font-size: 16px;
        padding-left: 15px;
    }

    .link a {
        font-size: 16px;
        padding: 6px 12px;
    }
}
