body
{
    display: flex;display: flex;
    align-items: center;
    justify-content: center;
}


.boxitem
{
    width: 100px;
    height: 200px;
    background-color: bisque;
    border: 2px black solid;
    margin: 10px;

}