*{
    padding: 0px;
    margin: 0px;
}

div{
    font-size: 80px;
}

#baap{
    /* height: 100vh;
    width: 100vw; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.head{
    font-size: 80px;
}

#he{
    /* display: flex;  
    justify-content: center; */
    text-align: center;
    margin-bottom: 100px;
}

@media (max-width:700px)
{
    .head{
        font-size: 60px;
    }

    div{
        font-size: 60px;
    }
}


@media (max-width:420px)
{
    .head{
        font-size: 40px;
    }

    div{
        font-size: 40px;
    }
}