.container{
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
@media (max-width:1200px) {
    html{
        overflow-x: hidden;
    }
}
@media (max-width: 1000px) {
    .container{
        flex-direction: column;    
    }
}
@media (min-width: 100px) and (max-width: 1000px) {
    .container .item{
        width: auto;
    }
    
}
h1{
    margin-bottom: 20px;
}
h2{
    margin-bottom: 20px;
}
table,td,th {
    border: 1px solid;
}

table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.item-1 a{
    text-decoration: none;
    color: whitesmoke;
}
.item-2 { 
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 30px;
    justify-content: space-around;
}

.jogos {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
}