body {
    background-color: rgba(191, 211, 168, 0.774);
    color: black;
    margin: 0;
    padding: 0;


}

.insetos{
    font-size: 15px;
    font-style: italic;
    text-align: justify;
    text-indent: 20px;
    height: 100%; 
    width: 100%;

}

.Causas{
    font-size: 15px;
    font-style: italic;
    text-align: justify;
    text-indent: 20px; 
    height: 100%; 
    width: 100%;
   
}

.ajuda{
    font-size: 15px;
    font-style: italic;
    text-align: justify;
    text-indent: 20px; 
}

footer{
    text-align: center;
    padding: 10px;
    background-color: rgba(123, 146, 98, 0.774);
    position: fixed;
    width: 100%;
    bottom: 0;

}


nav ul{
    text-align: center;
}

nav ul li a{
    display:inline ;
    margin: 0 20px;
    font-size: 1.2rem;
    text-decoration: none;
    color: rgb(31, 43, 20);
    font-size: 22px;
    transition: 0.3s;
}
header{
    background: rgba(123, 146, 98, 0.774);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul li{
    display:inline ;
    margin: 0 20px;
}

img{
    display: block;
    margin: 0.5rem auto 0;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    
}