body {
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 15px;
}

#results .card {
    transition: transform 0.2s;
}

#results .card:hover {
    transform: translateY(-5px);
}

.card-header {
    font-weight: bold;
}

.alert {
    font-size: 1.1rem;
    font-weight: 500;
}