
.bdy{
    width:100%;
    height:100%;
    background-color:#f9dcc4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dv1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.div11{
    margin-top:-50px;
   
}
.div12{
    margin:20px 0;
    font-size:2.5rem;
    font-weight:600;
}
.div13{
    font-size:1.5rem;
    font-weight:600;
}