:root {
    --primary-color: #7AFBF1;
}

/*
.theme-card {
    background-color: #333;
    color: #fff;
} */

.theme-cta-button {
    background-color: var(--primary-color);
    color: #000;
}

.theme-header {
    margin-top: 2rem;
}
