body{
    text-size-adjust: 50px;
    
}

div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
}

.container{
    display: grid;
    gap:10px;
}

.row{
    float: left;
}

.column{
    width: 60px;
    height: 60px;
    background-color: #DDDDDD;
    margin: -3px 2px -3px 2px;
    float: left;
    border-radius: 5px;
    padding: 5px;
}