*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(200, 240, 167);
}
header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header h2,h4,h3{
    margin-top: 25px;
}

header .especial1{
    width: 100%;
    max-width: 760px;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section h4{
    margin-top: 28px;
}
section h5{
   width: 100%;
   max-width: 760px;
   text-align: justify;
   font-weight: normal;
   line-height: 18px;
   margin-top: 28px; 
}

section .imagen1, .imagen2{
    margin-top: 28px;
}

#final{
    margin-bottom: 30px; 
}