body {
    margin: 5vmin;
    font-family: Arial, sans-serif;
}

div.games {
    margin-top: 5vmin;
    width: calc(100vw - 10vmin);
}

div.games > a {
    color: inherit;
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(211, 211, 211);
    margin-bottom: 5vmin;
    border-radius: 5vmin;
    padding: 5vmin;
    text-decoration: none;
    cursor: pointer;
}

div.games > a:hover,
div.games > a:focus-visible {
    background-color: rgb(190, 190, 190);
}

div.games > a > span:first-of-type {
    display: block;
    font-size: 2.5vmax;
    margin-bottom: 3vmin;
}

div.games > a > p {
    margin: 0;
}

body > p:first-of-type {
    font-size: 3vmax;
    margin-bottom: 3vmin;
}

img {
    width: 2.3vmax;
    height: 2.3vmax;
}
