h1{
    text-align: center;
    background-color: greenyellow;
    
}
.bit{
    padding-left: 100px;
}
.flow{
    margin-left: 300px;
    padding-top: 50px;

}
.que{
    margin-left: 600px; 
    margin-top: 20px;
}
.part{
    text-align: center;
    background-color: greenyellow;
}
.a{
    width: 50%;
    height: 50%;
    margin-top: 50px;
    border: 5px solid black;
transform: translate(0px);
    
    
}
boby{
    justify-content: center;
    display: flex;
}
.a:hover
{
    transition: all 2s;
    transform: translate(50px);
}
