.flex-hr{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-vr{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box{
    border: solid 1px black;
}