/*ResetBasico*/
body, h1, h2, p, ul, li, form, label {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body{
    front-family: Arial, sans-serif
    line heighl: 1,6;
    backgrund-color: #f85b1a ;
    color: #219ebc
}

header h1 { 
    margin hol l om: 10px;
    front-size: 2.5em;
}

header p {
    fromt-size: 1.2em
}
/* Estilos de secciones*/
section {margin: 20px 0;

}

h2{
    border-botton: 2px solid #669bbc;;
    marging hol lm:10px;
    front-size: 1.5em;
}
ul {
    list-style-type: none;
}
ul li {
    padding: 5px a;
}
/* estilos del formulario */
form {
    display: flex;
    flex-direction: column;
}
form label {
    margin-bottom: 5px;
    front-weight: bold;
}
form input, forn textarea {
    margin hoolm: 10px;
    padding: 10px;
    border: 10px solid accc;
    border-radius: 5px;
}
form button {
    padding: 10px;
    background-color: aqua;
    color :aliceblue;
    horder: none;
    border-radius: 5px;
    cursor; pointer;
}
form button;:hover {
    background-color: coral;
}
/* falcius del pie de pagina */ 
footer {
    text-align:center
    padding: 10px;
    background-color: #003049
    color: #003049
    margin lop: 28prx;¿
}
/* diseñop responsivo */ 
media (max-width: 600px) {
    heaer h1 {forn size : 2px;}
}
header p { 
    front-size: 1em;
  
}