.row-reverse{
    flex-direction: row-reverse;
}

.align-items-center{
    align-items: center;
}

.align-self-center{
    align-self: center;
}

.text-align-center{
    text-align: center;
}

.justify-space-evenly{
    justify-content: space-evenly;
}

.justify-content-center{
    justify-content: center;
}

.width-max{
    width: 100%;
}

.display-flex{
    display: flex;
}

.underline{
    border-bottom: 1px solid var(--border-color);
}

.monospace-font-large{
    font-size: large;
}

.block-separator{
    display: flex;
    width: 100%;
    height: 1px;
    margin: 24px 0px;
}

.block-separator-small{
    display: flex;
    width: 100%;
    height: 1px;
    margin: 12px 0px;
}

.helper-direction{
    
}