.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

.a-left {
    text-align: left;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.text-small {
    font-size: 0.8rem;
    color: var(--color-text-sub);
}

.o-80 {
    opacity: 0.8;
}
