body {
    background-image:linear-gradient(#1a07f0cb, rgba(240, 155, 7, 0.584));
    font-family: sans-serif;
}
#titulo {
    color: black;
    font-size: 70px;
    text-align: center;
}
.texto {
    color:#F5F5F5;
    text-align: justify;
    font-size: 35px;
}
#imagem1 {
    height: 318px;
    width: 500px;
    padding: 1px;
    margin: 2px;
    border: 10px groove #F99417;
    border-radius: 20%;
}

.texto {
    background-color: #DC6008;
}

.listas{
    font-size: 20px;
    text-align: center;
    color: #0E2261;
}

.lista1{
    list-style-position: inside;
}

.lista3 {
    list-style: none;
}

header {
    padding: 30px;
    color: #151617;
    border-bottom: 10px solid white;
    background: blueviolet ;
}

.cabecalho{
    display:flex;
    justify-content:space-around;
}
