.box{
    width: 100px;
    height:100px;
    border: 1px solid black;
    text-align: center;
    line-height: 100px;
    margin: 50px;
    
}

.row{
    display: flex;
    flex-wrap: wrap;
    
}

