body {
    color: rgb(142, 142, 142);
    background-color: rgb(251, 251, 251);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
}
ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 0px 5px;
}

a {
    color: rgb(152, 151, 151);
    text-decoration: none;
}

header img {
    width: 1100px;
    height: 800px;
    border: 2px solid white;
}

.center {
    text-align: center;
}

h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

h3{
    text-align: center;
}



footer img{
    width: 20px;
    height: 20px;
}

footer {
    display: flex;
    justify-content: center;
    
}

footer a{
    margin: 35px;
    text-align: center;
}

footer p{
    margin-top: 2px;
    text-align: justify;
}

.container{
    padding: 0px 5px;
    margin-right: 0px;
}

nav a:hover{
    color: rgb(155, 204, 187);
}

footer2 img {
    width: 300px;
    height: 190px;
    margin-top: 1%;
    
}

.comerciais {
    text-align: center;

}

main img {
    width:200px;
    height: 200px;
}

.logo {
    text-align: center;
}

section {
    background-color: rgb(239, 239, 239);
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}
 main p {

    margin-bottom: 50px;
 }

 iframe {
    width: 350px;
    height: 195px;
 }


    
 