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

.text-light {
    color: var(--text-light);
}

.text-light:hover {
    color: white;
}

.text-dark {
    color: var(--text-dark);
}

.text-white {
    color: white;
}

.flex-column {
    display: flex;
    flex-direction: column;
}