body{
background-image: url(../imagens/redes.avif);
background-repeat: no-repeat;
font-size: 100%;
background-attachment: fixed;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 3%;
margin-top: 3%;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;

}
h1{
    text-align: center;
    color: brown;
    text-align: justify;
}
p{
    font-style: italic;
    font-weight: bold;
    text-align: justify;
}
img{
    width: 250px;
    margin: 0 auto;
    display: block;
    transition: 1s;
}
img:hover{
transform: scale(1.1);

}