.main_disp{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:90vh;
    width:95%;
}
.main_disp1{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:95%;
}
.main_disp2{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:90vh;
    width:95%;
}
.name_box{
    justify-content:center;
    
}

.main_box{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
}
.foot_box{
    text-align:right;
}