.bosco-card {
    background-image: url('./images/bosco.png') !important;
    background-size: cover !important;
    background-position: center !important;
}
.pollos-card {
    background-image: url('./images/lospollos.webp') !important;
    background-size: cover !important;
    background-position: center top !important;
}
.imaculado-card {
    background-image: url('./images/imaculado.webp') !important;
    background-size: cover !important;
    background-position: center top !important;
}
.sabor-card {
    background-image: url('./images/sabor.png') !important;
    background-size: cover !important;
    background-position: center top !important;
}

.meuwebsite {
    font-family: 'Oleo Script Swash Caps', cursive;
}
.meuwebsite:hover {
    color: wheat !important;
    transition: color 0.3s ease;
}