body {
    background: #f4f6f9;
    font-family: 'Poppins', sans-serif;
}
.card {
    border-radius: 15px;
}
.btn-primary {
    background: linear-gradient(135deg,#4e73df,#1cc88a);
    border: none;
}
