*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(195, 235, 195);
}

header{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header h2, h4{
    margin-top: 18px;
}

header .especial1{
    width: 100%;
    max-width: 770px;
}

section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section h4{
    margin-top: 35px;
}

section h5{
    width: 100%;
    max-width: 770px;
    text-align: justify;
    line-height: 18px;
    font-weight: normal;
    margin-top: 20px;
}

section h6{
    margin-top: 25px;
}

section .especial2{
    font-weight: bold;
}

section .tuimg1{
    margin-top: 20px;
}

section .tuimg2{
    margin-top: 20px;
}

section .tuimg3{
    margin-top: 20px;
}

section .tuimg4{
    margin-top: 20px;
}

section .tuimg5{
    margin-top: 20px;
}

section .tuimg6{
    margin-top: 20px;
}

section .tuimg7{
    margin-top: 20px;
}

section .tuimg8{
    margin-top: 20px;
}

section .tuimg9{
    margin-top: 20px;
}

section .tuimg10{
    margin-top: 20px;
}

section .tuimg11{
    margin-top: 20px;
}

section .tuimg12{
    margin-top: 20px;   
}

section .final{
    margin-bottom: 30px;
}