header {
    display: flex;

}

#Cabeçalho1 {
    text-align: center;
    color: aliceblue;
}

#cabeçalho2 {
   
   color: white;
}
#cabeçalho3 {
   
   color: white;
} 
.borda1 {
    background-color: rgb(73, 5, 100);
    border-radius: 10px;
    width: 800px;
    margin: 0 auto;
    border: 3px solid black;
    /*manipulação de tag flex */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}


.container-menu {
    display: flex;
    /* max-width: 50px; */
    flex-direction: column;
    justify-content: space-between;}

.lista {
    background-color: rgb(120, 71, 165);
    border: 3px solid rgb(0, 0, 0);
    display:flex;
    border-radius: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 300px;
    
}
#titulo2 {
    display: flex;
    /* max-width: 50px; */
    flex-direction: column;
    justify-content: space-between;

}
li:hover {
   color:white;
   background-color: rgb(120, 71, 165);
}
.texto1 { 
    background-color: rgb(120, 71, 165);
    border: 3px solid rgb(0, 0, 0);
    display:flex;
    border-radius: 10px;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    justify-content:center;
    width: 350px;
    display: inline-block;
    /* height: 350px; */
}
#foto {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    right: 0pt;
}
.titulo1 {
    text-align: center;
}
.container {
    display: grid;
    grid-template-columns: auto auto auto 50px;
    grid-template-rows: auto auto auto;
    /* align-items: stretch; */
}

.b-radios{
    border-radius: 50%;
    width:200px
    /* margin-bottom: 15px; */

}
.Texto2 {
    text-align: justify;
}
