.row {
    flex: 25%;
    /* max-width: 50%; */
    display: flex;
    padding: 10px 10px;
}

.column {
    flex: 33%;
    max-width: 33%;
    padding: 10px 10px;
}


.row img {
    align-items: center;
    justify-content: center;
}
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


/*fonts*/
.doto-semibold {
    font-family: "Doto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "ROND" 0;
}

.vt323-regular {
    font-family: "VT323", serif;
    font-weight: 400;
    font-style: normal;
}

.share-tech-mono-regular {
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
}