body{
    background-color: bisque;
    color: black;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 5%;
    margin-right: 5%;
    border-width: 5px;
    border-color: black;
    border-style: groove;
}
h1{
    text-align: center;
    text-decoration: underline;
}
img{
    width: 200px;
    display: block;
    margin: 0 auto;

}
p  {
    text-align: justify;
    font-size: 18px;
    padding-left: 1%;
    padding-right: 1%;
}
.fonte{
    text-align: left;
    font-style: italic;
}
.nome {
    text-align: center;
}