
.logo {
    max-width: 100%;
    align-content: center;
}

.h_line {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #202020;
    /*height: 3px;*/
    margin-top: 4px;
    margin-bottom: 10px;
}   
 
.genre {
    font-size: 2em;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

.game_item {
    text-align: center;
}

.game_img {
    max-width: 100%;
    /*align-content: center;*/
}

