.videogames{width:100%; height: auto; padding: 10px}
.gamesectionboxes{display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4,188.4px);
    width: 100%;}
.guile-shaped-box{height:100px;width:fit-content;display: inline-block;}
.guile{height:100%;width:auto;}
.pk-sprite-box{height:80px;width:fit-content;display: inline-block;}
.pk-sprite{height:100%;width:auto;}
#aigisbox{width:100%; height: auto}
#aigis{width:100%; height: 100%}
.music{width:100%; height: auto; padding: 10px}
.musictext{width: fit-content;}
.musicsectionboxes{display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3,248.4px);
    width: 100%;}
#maybox{width:100%; height: auto}
#may{width:100%; height: 100%}