body{
background-color: rgb(250, 249, 248);
}

header{
    display: flex;
    justify-content: space-between;
    background-color: rgba(208, 216, 99, 0.993);
    padding: 40px;
}

h1{
    color:rgb(252, 104, 6);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 
    'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 35px;

}

.li_menu{
    display: inline;
}

.parrafo_color_marron{
    color:rgb(128, 5, 5);
}

.parrafo_color_azul{
    color:rgba(33, 33, 117, 0.815);
}

.parrafo_color_verde{
    color:rgb(11, 92, 65);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

h2{
    color: rgb(224, 127, 15);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.parrafo_color_morado{
    color:rgb(61, 13, 107);
    font-family: cursive;
    line-height: 45px;
}

.tamaño_budin{ 
     width: 450px;
     border: 3px solid;
     border-radius: 30px;
      border-color: rgb(212, 136, 85);

}

.tamaño_budines{ 
     width: 450px;
     border: 3px solid;
     border-radius: 30px;
     border-color: rgb(212, 136, 85);


}


.tamaño_galletas{
     width: 350px;
     border: 3px solid;
     border-radius: 30px;
     border-color: rgb(212, 136, 85);
}

.tamaño_alfajores{
     width: 350px;
     border: 3px solid;
     border-radius: 30px;
     border-color: rgb(212, 136, 85);
}

.tamaño_magdalenas{
     width: 430px;
     border: 3px solid;
     border-radius: 30px;
     border-color: rgb(212, 136, 85);
}

.tamaño_donas_fraile{
    width: 250px;
}

.tamaño_pastafloras_ricota {
    width: 250px;
}

.tamaño_bolas_de_fraile {
    width: 250px;
}

.tamaño_juguitos {
    width: 250px;
}

.card{
    background-color:rgb(247, 246, 246);
    width: 250px;
    border: 2px solid ;
    border-radius: 10px;
    color: rgb(200, 200, 201);
    text-align: center;
    padding: 5px;
    margin: 10px;
}

.card img{
    max-width: 100%;
}


.titulo_color_negro{
    color:rgb(230, 22, 22);
    font-family:initial;
    font-weight: 800;
}

.parrafo_color_cards{
    color: rgb(119, 73, 20);
    font-weight: 700;
}

.contenedor_padre {
    background-color: rgb(241, 223, 195);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 2000px;
    margin: 0 auto ;

}

@media screen and (max-width: 2000px) {
       header{ 
        flex-direction: column;
        align-items: center;
       }

       h1{
            font-size: 25px;
       }

       li{
            display: block;
       }
}