.row
{
    display: flex;
    justify-items: center;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
}