.tab{
    border: 1px solid white;
    height: 25px;
    display: flex;
    align-items: center;
}

.tab a{
    height: 100%;
    display: flex;
    align-items: center;
    color: purple;
    font-size: large;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.tab a:hover {
    background-color: whitesmoke;
}

.tabcontent {
    display: none;
}

.tabcontent:target{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    display: block;
}

/* JOGOS */

.games_s, .games_nds, .games_gba, .games_snes, .games_c {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.games_s p, .games_snes p, .games_c p  {margin-top: 6px; width: 300px;}
.games_nds p, .games_gba p {margin-top: 6px; width: 240px;}



.g_steam {  text-align: center;}
.g_steam img { width: 300px; }

.g_nds {  text-align: center;}
.g_nds img { width: 240px; }

.g_gba {  text-align: center;}
.g_gba img { width: 240px; }

.g_snes {  text-align: center;}
.g_snes img { width: 240px; }

.g_c {  text-align: center;}
.g_c img { width: 200px; }

/*  */