body {

    justify-content: space-evenly;
    background-color: lightgrey;
}

#titulo{
    color:darkblue;
    text-align: center;
    margin-top: 30px;
    width: 1280px;
    font-size: 200%;
}

.label-encima {
    display:block;
    margin-left: 10px;
}

#contenedor-foto{
    text-align: center;

}
#imagen-hnas{
    width: 1280px;
    height: 519;
    display: inline-block;
    margin-top: 20px;
}

#mostrar-receta{
    color: #255b8b;
    width: 370px;
    height: 700px;
    background-color: lightgrey;
    margin: 0;
}
#muestra{
    color: #255b8b;
    width: 370px;
    height: 700px;
    background-color: lightgrey;
    margin: 0;
}
#titulo-receta{
    color:coral;
    text-decoration: dotted;
    text-align: center;
}
#imagen-receta{
    width: 200px;
    display: inline-block;
    margin-top: 20px;
}
.form-multiple{
    text-align: center;
    display: flex;
    width: 1280px;
    justify-content: center;  /* Centrar horizontalmente */
    align-items:center /* Centrar verticalmente */
}

#internacional{
    background-color:darkblue;
    color:rgb(241, 240, 240);
    width: 300px;
    height: 80px;
    font-size: 120%;
    text-align: center;
    margin-left: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 25px; 
}
#donar{
    background-color: darkblue;
    color:rgb(241, 240, 240);
    width: 300px;
    height: 80px;
    font-size: 120%;
    text-align: center;
    margin-left: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 25px; 
}
#pais{
    color:darkblue;
    text-align: center;
    width: 1280px;
    font-size: 150%;
}