body{
    background-color: antiquewhite;
    color: black;
    font-size: 18px;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-left: 5%;
margin-right: 5%;
line-height: 1.2em;
text-align: justify;
}
.imagem{
    background-image:url(../imagens/jogo4.jpeg) ;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: block;
    width: 500px;
    height: 300px;
    transition: 3s;
}
.imagem:hover{
    background-image: url(../imagens/jogo1.jpeg);
    background-repeat: no-repeat;
  background-size: 100%;
    margin: 0 auto;
    display: block;
    width: 500px;
    height: 300px;
    transition:3s;
}
h1{
    text-align: center;
    color: black;
    padding: 1%;
}
li{
    font-weight: bold;
}
.fonte{
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}
.nome{
    text-align: center;
}