body {
     background-image:linear-gradient(#E4E4F2, #8c90d8,#30b544); 
     font-family: sans-serif;
     width: 1500px;
}

header {
    padding: 10px;
    color:#333946;
    font-size: 30px;
    border-bottom: 5px solid yellow;
    background: #D9CEC1;

}

.cabecalho{
    display: flex;
    justify-content: space-around;
}

#titulo  {
        color:rgba(38, 120, 174, 0.851);
        font-size: 40px;
        text-align: center;
}

.texto {
    color:rgb(30, 16, 100);
    font-size: 35px;
    text-align: justify;
}

#imagem {
    height: 200px;
    width: 300px;
    padding: 5px;
    margin: 5px;
    border: 0.5em solid rgb(37, 31, 219);
    border-radius:25px ;
}

.foto{
    height: 300px;
    width: 400px;
    padding: 5px;
    margin: 5px;
    border:5px solid rgb(23, 17, 200);
    border-radius:24px ;
    }

.fotos{
    display: inline-block;
    justify-content: space-evenly;
   
}

.conteudo {
    background-color: #d9c1d3;

}

.listas {
    font-size: 35px;
    text-align: center;
-    color: #30b544;
}

.lista1{
    list-style-position: inside;
}

.lista3{
    list-style: none;
}

.item-lista{
    display: inline-block;
    margin-left: 100px;
}