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

.mt-2 {
    margin-top: var(--spacing-md);
}

.hidden {
    display: none;
}