body {
    background-color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
}

.logo {
    max-width: 350px;
    height: auto;
}

.card {
    border: none;
    border-radius: 15px;
}

.card-header {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
}

.titulo-verde {
    background-color: #a9bf37;
}

.titulo-azul {
    background-color: #0a7378;
}

.list-group-item a {
    color: #0a7378;
    text-decoration: none;
}

.list-group-item a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 50px;
    padding: 25px 0;
    background-color: white;
    border-top: 1px solid #ddd;
}

footer h5 {
    color: #0a7378;
    font-weight: bold;
}

footer a {
    color: #0a7378;
    text-decoration: none;
}