.squares-box {
    display: inline-block;
    position: relative;
    margin: 2px 2px;
}
.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}
.squares-row {
    display: flex;
    justify-content: center;
}
a {
    text-decoration: none;
}
