*{
    margin: 0;
    padding: 0;
}

content{
    display: inline-block;
    background-color: rgba(174, 163, 163, 0.4);
    height: 73vh;
    height: 73dvh;
    width: 98vw;
    width: 98dvw;
    padding: 3vh 1vw;
    overflow: auto auto;
}

a{
    text-decoration: black wavy underline;
    color: rgb(39, 189, 72);
}

.head{
    display: flex;
    height: 10vh;
    height: 10dvh;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

footer p{
    display: flex;
    height: 10vh;
    height: 10dvh;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: xx-large;
}



h1{
    align-self: center;
}

.main-box{
    color: black;
    display: flex;
    background: rgb(255, 255, 255);
    border: 3px solid rgba(255, 255, 255, 0.822);
    box-shadow: 10px 10px 9px rgba(255, 255, 255, 0.822),-10px -10px 9px rgba(255, 255, 255, 0.822),10px -10px 9px rgba(255, 255, 255, 0.822),-10px 10px 9px rgba(255, 255, 255, 0.822);
    border-radius: 5%;
    display: flex;
    margin: 1vh 1vw;
    padding: 1vh 1vw;
    box-sizing: border-box;
    width: 95.5vw;
    width: 95.5dvw;
    height: 71vh;
    height: 71dvh;
    
}

.main-img1{
    border-radius: 5%;
    display: flex;
    margin: 1vh 1vw;
    padding: 1vh 1vw;
    box-sizing: border-box;
}

@media (1170px >= width > 950px){
    .main-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-img1{
        height: 50vh;
    }
}

@media(950px >= width > 750px ){
    .main-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-img1{
        height: 44.2vw;
    }
}

@media(750px >= width > 600px ){
    .main-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-img1{
        height: 50vw;
    }
}

.text{
    display: flex;
    flex-wrap: wrap;
    align-items: space-between;
    padding: 2px;
}

.text h2{
    text-align: center;
    padding: 1px 0px 20px;
}

@media(max-width: 600px){
    .main-box {
        flex-wrap: wrap;
    }
    .main-img1{
        width: 93vw;
    }
}

@media(height<= 700px){
    .text h2{
        font-size: 18px;
    }
    .text p{
        font-size: 13px;
    }
}