.simpleRowFlex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.simpleRowFlex>* {
    margin: 10px;
}

.simpleBorder {
    border-style: solid none none none;
    border-width: initial;
    padding: 10px 0 10px 0;
}

.twoRem {
    font-size: 2rem;
}

.oneRem {
    font-size: 1rem;
}

.allCenter {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twoBlocks {
    max-width: 50%;
    width: 50%;
}

.oneThird {
    max-width: 33%;
    width: 33%;
}

.twoThird {
    max-width: 66%;
    width: 66%;
}