body{
    background-color: rgb(24, 101, 159);
    color: aliceblue;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 5%;
    margin-left: 5%;
    border-color: rgb(255, 255, 255);
    border-style: groove;

}
h1{
    text-decoration: underline;
    text-align: center;
    font-style: italic;
    color: rgb(27, 12, 125);
}
img{
     width: 400px;
     display: block;
     margin: 0 auto;
}
p{
    font-size: 18px;
    text-align: justify;
  padding-left: 2%;
    padding-right: 2%;
}
.fonte{
    text-align: left;
    font-style: italic;
    color: rgb(7, 0, 98);
    text-decoration: underline;
}
.nome{
    color: rgb(249, 87, 168);
    text-align: center;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
}