*  {
    margin: 0;
}

.header {
    height: 100px;
    text-align: center;
    background-color: maroon;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: gold;
}

.hello {
    font-size: x-large ;
    font-weight: 900;
}

.d-flex {
    display: flex;
    justify-content: center;
}

.main-img {
    object-fit: cover;
    width: 350px;
    border-radius: 50px;
    height: 400px;
    margin-top: 50px;
    box-shadow: 0px 0px 20px gold;
}

.main-text  {
    color: gold;
    text-align: center;
    margin-top: 35px;
    font-size: xxx-large;
    font-weight: bolder;
}

.s-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 25px;
}

.flex-basis {
    flex: 0 0 45%;
}

.ch-cont {
    margin-top: 25px;
    background-color: #AC001E; 
    height: 500px; 
    border-radius: 50px;
    padding: 30px;
}

.i-h-w {
    height: 400px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px gold;
}

.vw-margin {
    margin-right: 25.4vw;
    margin-left: 25.4vw;
}

.pandi-ji {
    margin-left: 7vw;
    margin-right: 7vw;
    margin-top: 25px;
    background-color: #AC001E; 
    border-radius: 50px;
    padding: 30px;
    display: flex;
}

.pandi-ji-p {
    border-radius: 100px;
}

.pandi-ji-text {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 50px;
    color: gold;
    font-size: 35px;
    font-weight: bolder;
}

.footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: 25px;
    background-color: #AC001E; 
    height: 100px; 
    padding: 30px;
}

.f-text {
    margin: auto;
    color: gold;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
}