.mb-4 {
    margin-bottom: 1rem;
    color: var(--accent)
}

.text-white {
    color: white;
}

div.btn {
    width: 150px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 1rem auto;
}

.underline-no {
    text-decoration: none;
}