body{
    background-color: rgb(197, 205, 224);
    color: rgb(8, 9, 9);
    margin-left: 3%;
    margin-right: 3%;
    
}
h1{
    text-align: center;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
h2{
    text-align: left;
    font-style: italic;
}
.bloco1{
    display: flex;
    flex-direction: row-reverse;
    font-size: 20px;
    text-align: justify;
    gap: 5%;
}
img{
    width: 250px;
    border-radius: 5%;
}
.bloco2{
    display: flex;
    flex-direction: row;
    gap: 2%;
}
.bloco2 p{
    width: 50%;
    text-align: justify;
}
ul{
    list-style: circle;
}
.fonte{
    text-align: right;
    font-style: italic;
}
.nome{
    text-align: center;
}