body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.footer {
    margin-top: auto;
}

.card {
    border-radius: 0.5rem;
}

.navbar {
    margin-bottom: 2rem;
}
