.thumbnail {
    max-width: 100%;
    max-height: 100%;

    filter: brightness(100%);
}

.thumbnail:hover {
    animation-name: darken;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#info {
    position: absolute;
    top: 0%;
    margin-left: 8px;
    color: rgba(255, 255, 255, 0);
    text-align: left;
    max-width: 101%;
    font-size: 14px;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

#info > h1 {
    font-size: 18px;
}

#info > h2 {
    font-size: 14px;
}

.game {
    margin: 25px;
    text-align: center;
    width: 320px;
    height: 180px;
    position: relative;
}

.game-title {
    margin-top: 5px;
}
