body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f7fa;
    color: #333;
}

header {
    background: #007bff;
    color: white;
    padding: 40px;
    text-align: center;
}

.alert {
  transition: opacity 0.3s ease;
}

.loader {
    display: none;
}

.card {
    border-radius: 16px;
}

#result h1,
#result h2,
#result h3 {
    font-weight: bold;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

#result ul {
    padding-left: 1.2rem;
}

#result p {
    margin-bottom: 0.75rem;
}

#result {
    font-size: 1rem;
    line-height: 1.6;
}

footer {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    padding: 15px 10px;
    background-color: #f8f9fa; /* light gray background */
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

#coverCount.animate-update {
  transition: transform 0.4s ease-in-out;
  transform: scale(1.3);
}