body{
    font-family: Arial, Helvetica, sans-serif ;
    background-color: #ddd;
}
h3{
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    color: #606060;
}
.content{
    display: flex;
    justify-content: center;
    background-color: #ddd;
    height: 85%;
}
.formulario{
    width: 100%;
    max-width: 500px;
    height: 695px;
    justify-content: center;
}
.form{
    display: flex;
    flex-direction: column;
}
.field{
    width: 500px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 16px;
}
textarea{
    height: 150px;
    resize: none;
}
.submit{
    width: 522px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 16px;
}
.submit:hover{
    background: #0083b7;
    color: #fff;
}
footer{
    padding: 30px;
    margin-top: 20px;
    color: #fff;
    background-color: #0083b7;
    text-align: center;
    font-weight: bold;
    bottom: 0;
}
.contacto{
    text-align-last: center;
    font-size: 18px;
    line-height: 1.8;
}
.contacto2{
    text-align-last: center;
    font-size: 16px;
    line-height: 1.8;
}