.fondo {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fondo2 {
    background-color: #1690CD;
    color: #ffffff;
}

main {
    background-image: url('img/fav.png');
    background-size: cover;
    background-position: center;

    height: 350px;
    width: 240px;

    color: #ffffff;

    margin: 0 auto;
    /* Centra el main horizontalmente */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Centra el contenido verticalmente */

    /* Puedes mantener o ajustar estos márgenes según tus necesidades */
    margin-top: 1px;
    margin-bottom: 5px;
}
