body{
    font-family: 'Georgia', 'Times New Roman', serif;
}
.logo {
    max-height: 60px;
}
.subtitle {
    color: #666;
    font-size: 1rem;
}
.card-ribbon {
    position: absolute;
    top: 0.5rem;
    left: 0;
    background-color: #a60039;
    color: white;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: bold;
    border-radius: 0 0.5rem 0.5rem 0;
}
.bonus-btn {
    background: linear-gradient(to right, #56ab2f, #a8e063);
    border: none;
    color: white;
    border-radius: 2rem;
    padding: 0.5rem 2.5rem;
    font-weight: bold;
}
.vote-count {
    font-size: 0.9rem;
    color: #444;
}
.provider-card {
    position: relative;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.ranking-number {
    background-color: gold;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.card2{
    font-family: 'Roboto', sans-serif;
}