.box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px dotted rgb(96 139 168); */
}

.box div {
    /* width: 100px; */
    /* height: 100px; */
    border: 2px;
    border-radius: 5px;
    /* background-color: rgb(96 139 168 / 0.2); */
}
