body{
    background:#E3FAD7; 
    font-family: fantasy;
}
body h1{
    color:black;
    text-align:center;
}
body h2{
    color:black;
    text-align:center;
}
div {
    border-style:solid;
    border-color:hotpink;
    border-radius:35px;
    padding:25px;
    text-align:center;
}
#headerimg
{
    text-align: center;
    width: 10%;
    height: auto;
}
#contenedor-he
{
    background: white;
    border-radius: 20px;
    padding: 15px;
    display: flex;
}