

#page { margin: auto; margin-top: 100px; }
#page table td {
    text-align: center;
}
#page table td hover {
    text-align: left;
}
#page button {
    border: 2px solid white;
}
#page button:hover {
    border: 2px solid limegreen;
}

.img_civ_vi,
.img_mass_effect,
.img_rdr2,
.img_sims4 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 75px; /* Divs need a height to show the image if they are empty */
    width: 75px;
    margin: 10px 5px;
}
.img_civ_vi { background-image: url('../resources/game_guides/CIV_VI/favicon.ico'); }
.img_mass_effect { background-image: url('../resources/game_guides/Mass_Effect/favicon.ico'); }
.img_rdr2 { background-image: url('../resources/game_guides/RDR2/favicon.ico'); }
.img_sims4 { background-image: url('../resources/game_guides/Sims4/favicon.ico'); }





