body {
    font-family: sans-serif;
    background-image: linear-gradient(#732929) 
}

header {
    background-color: #b7bcde;
    border-bottom: 2px solid #677b3e;
}

.cabecalho {
    display: flex;
    justify-content:space-around;
}

h1 {
    color:red;
    font-size: 50px;
    text-align: center;
}
h2 {
    color:black;
    font-size: 40px;
    text-align: center;
}
p{
    color:blue;
    font-size: 30px;
    text-align:justify;
}

.logo {
    width: 500px;
    height: 500px;
    margin: 2px; /*insere um espaçamento externo ao elemento, ao redor da borda*/
    padding: 2px; /*define uma distância interna entre um elemento e sua borda*/
    border: 0.2rem solid #677b3e;
    border-radius: 20px;
}

.fotos {  
    width: 500px;
    height: 500px;
    margin: 10px;
    padding: 3px;
    border: 0.5rem solid #2c3546;
    border-radius: 24px;
}

.lista{
    font-size: 10px;
    color:black;
    list-style:none;
}
.item-lista{
    display:inline-block;
    justify-content:space-around;
}