@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Josefin+Slab&display=swap');

.google-auto-placed *[data-ad-status="unfilled"] {
    display: none !important;
}

.sans, h3, h4, span {
    font-family: 'Josefin Sans', sans-serif;
}

.slab, address, blockquote, button, em, li, p {
    font-family: 'Josefin Slab', serif;
}

a {
    color: lightslategray;
    font-weight: 600;
    text-decoration: none;
    text-shadow: -0.15em 0.2em 0.1em lightgray;
}

a:hover {
    color: black;
    text-decoration: underline;
    text-shadow: -0.15em 0.1em 0.1em lightgray;
}

body {
    background-color: #F5F5F5;
}

body>div {
    visibility: hidden;
}

hr {
    border-color: #DDDDDD #DDDDDD #FFFFFF #FFFFFF;
    border-style: solid solid solid none;
    border-width: thin;
}

#copyright {
    font-size: 75%;
    margin: 0 2.5vmin;
}

#copyright+address {
    font-style: unset;
    text-align: right;
}

#game {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 96vmin;
}

#game button {
    width: 45vmin;
    height: 2em;
}

#game div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 1em;
    width: 100%;
}

#game div.imgs {
    height: 24vmin;
}

#game div.imgs span {
    background-color: white;
    border-color: white;
    border-style: ridge;
    border-width: thick;
    width: 20%;
    height: 80%;
}

#game img {
    object-fit: contain;
    object-position: right;
    width: 100%;
    height: 100%;
}

#game span.display img {
    opacity: 1;
}

#game span.exit img {
    opacity: 0;
}
