.info-box {
    background-color: rgba(31, 41, 55, 0.5);
    border: 1px solid rgba(55, 65, 81, 0.5);
}

.bibliography-section {
    background-color: #111827;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-top: 3rem;
}

.bibliography-title {
    color: #9abed7;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #3c4c64;
    padding-bottom: 0.5rem;
}

.bibliography-item {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

 .bibliography-item a {
    color: #60a5fa;
    text-decoration: none;
}

.bibliography-item a:hover {
    text-decoration: underline;
}

.feature-card {
    background-color: rgba(31, 41, 55, 0.5);
    border: 1px solid rgba(55, 65, 81, 0.5);
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(60, 130, 240, 0.2), 0 0 15px rgba(60, 130, 240, 0.15);
    border-color: rgba(96, 165, 250, 0.5);
}
