body{
    background: #136a8a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #267871, #136a8a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #267871, #136a8a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#formulario{
    background: #ffffff;
    border-radius: 12px;
    text-align: justify;
    font-style: normal;
    margin: 50px;
    width: 40%;
    height: 40%;
    max-width: auto;
}
#formulario h1{
    color:brown;
    font-style: normal;
    text-align: center;
}   
#formulario h3{
    padding-left: 50px;
    color:cornflowerblue;
}   
#formulario p{
    font-style: italic;
    text-align: justify;
    margin-left: 40px;
}   
#datos{
    margin-left: 80px;
}
.footer-p{
    color : black;
    font-weight: bolder;
    font-size: 20px;
    width : 50%;
    font-style: oblique;
    text-align: center
}
footer{
    background : #EEEEEE;
    border-radius: 5px;
    padding : 2px;
    display : flex;
}