body {
    background-image: url('img/Inicio.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.navbar {
    background-color: #e60012;
}

.titulo {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    color: white;
}

.cards-section {
    padding: 40px;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}