body{
text-align: justify;
background-color: rgb(46, 135, 184);
color: rgb(26, 61, 74);
font-family: Georgia, 'Times New Roman', Times, serif;
margin-right: 5%;
margin-left: 5%;
line-height: 1.2em;
}
.imagem{
background-image: url(../imagens/jogos\ 1.png);
background-repeat: no-repeat;
background-size: 100%;
margin: 0 auto;
display: block;
width: 500px;
height: 450px;
transition: 3s;
}
.imagem:hover{
background-image: url(../imagens/jogo3.jpeg);
background-repeat: no-repeat;
background-size: 100%;
margin: 0 auto;
display: block;
width: 500px;
height: 450px;
transition: 3s;
}
h1{
background-color: darkblue;
color: aquamarine;
text-align: center;
padding: 1%;
}
li{
font-weight: bold;
}
.fonte{
text-align: right;
text-decoration: underline;
font-size: 12px;
}
.nome{
text-align: center;
}