.it-row {
    display: flex;
    flex-direction: row;
}
.it-column {
    display: flex;
    flex-direction: column;
}
.it-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.it-header {
    justify-content: space-between;
}