body {
    background: linear-gradient(135deg, #e8eefc 0%, #ffffff 100%);
    font-family: 'Inter', sans-serif;
}

.card {
    border-radius: 18px !important;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
}

.btn-primary:hover {
    background-color: #0056b3;
}
