*{
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    background-color: #00003ff1;
}
main{
    text-align: center;
    margin: auto;
}
section{
    margin: 4% 0 4% 0;
}
section a{
    text-decoration: none;
    color: #000;
}
.jogos{
    margin: 5% auto;
    width: 90%;
    background: #0d0a0bf3;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.864);
}
.jogos div{
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}
button{
    border-radius: 5px;
    margin: 10px;
    border: 3px solid #1B62BF;
    height: 2.5rem;
    width: 22%;
    background: #0D8BD9;
    text-transform: uppercase;
}
button a{
    color: #fff;
    font-size: 16px;
}
 h2{
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    margin: 4% 0 2% 0;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.slides{
    text-align: center;
    margin-top: 1%;
}
.slides img{
    border: 2px solid #ccc;
    width: 45%;
    height: 40%;
    border-radius: 15px;
}
#henri{
    width: 38%;
    transform: rotate(-90deg);
}
hr{
    width: 90%;
    margin: 0 auto;
}
footer{
    background: rgb(99, 102, 241);
    text-align: center;
    padding: 20px;
}
footer h3{
    color: #fff;
    font-family: cursive;
}