*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgb(195, 235, 195);
    font-family: Arial, Helvetica, sans-serif;
}
header{
    margin-top: 20px;
    text-align: center;
}
header h2, h3, h4{
    margin-top: 10px;
}

section{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section h4{
   margin-top: 50px; 
}

section h5{
    margin-top: 30px; 
    text-align: justify;
    width: 100%;
    max-width: 750px;
    font-weight: normal;
    line-height: 18px;
}

section h6{
    margin-top: 20px;
}

.image1{
    width: 30%;
}

.image1txt{
    margin-top: 8px;
}

.image2{
    margin-top: 10px;
}
.image3{
    margin-top: 10px;
}
.image4{
    margin-top: 10px;
}
.image5{
    margin-top: 10px;
}
.image6{
    margin-top: 10px;
}
.image7{
    margin-top: 10px;
}
.image8{
    margin-top: 40px;
    width: 40%;
}
.image9{
    margin-top: 40px;
    width: 40%;
}
.image10{
    margin-top: 40px;
    width: 40%;
}
.image11{
    margin-top: 40px;
    width: 40%;
}
.image12{
    margin-top: 40px;
    width: 40%;
}
.image13{
    margin-top: 40px;
    width: 40%;
}
.h5especial{
    font-weight: bold;
}

.h5especial2{
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    margin-top: 20px;
    text-align: center;
}

#fin{
    margin-bottom: 20px;
}