body{
    background-image: url(../imagens/fundo3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    border-color: black;
    border-width: 8px;
    border-style: groove;
    padding: 1%;
}
h1{
text-align: center;
color: aliceblue;
font-family: Georgia, 'Times New Roman', Times, serif;
text-decoration: underline;
}
p{
font-style: italic;
font-weight: bold;
text-align: justify;
}
img{
margin: 0 auto;
display: block;
transform: 1s;
}
img:hover{
transform: scale(1.1);
border-radius: 25%;
}
.fonte{
text-align: right;
text-decoration: underline;
font-size: 12px;
}
.nome{
text-align: center;
font-style: italic;
font-family: 'Times New Roman', Times, serif;
}
summary{
    font-weight: bold;
}
