body {
    background-color: #f8f9fa;
    height: 100vh;
}
.card {
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}