a {
    text-decoration: none;
}

#games {

}

.game {
    float: left;
    padding: 0;
    text-align: center;
    margin: 1em;
}

.game-icon {
    overflow: hidden;
}

.game-icon img {
    height: 256px;
    width: 256px;
    border: 0.5em solid black;
    border-radius: 1em;
    padding: 0.5em;
}

.game-icon img:hover {
    background-color: cornflowerblue;
    border-color: blue;
}

.game-title {
    font-size: larger;
    margin: 0.5em;
    font-weight: bold;
}

.game-title a {
    text-decoration: none;
}

.game-source {
    font-size: small;
}

.game-source label {
    font-weight: bold;
}

.game-source label::after {
    content: ":";
}

[data-game-source=false] {
    display: none;
}

footer {
    clear: both;
    text-align: center;
}
