@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 {
    font-family: 'Josefin Sans', sans-serif;
}

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

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: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 96vmin;
}

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

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

#game select {
    width: 10vmin;
    height: 2em;
}

#game table {
    margin-top: 1em;
    table-layout: fixed;
    width: 100%;
}

#game table, #game td, #game th {
    border: thin solid white;
    border-collapse: collapse;
}

#game tbody tr:nth-child(odd) {
    background-color: lightgoldenrodyellow;
}

#game td {
    text-align: center;
    width: 40%;
    height: 1em;
}

#game td+td {
    text-align: center;
    width: 50%;
    height: 1em;
}

#game th {
    text-align: center;
    width: 10%;
    height: 1em;
}
