@font-face {
    font-family: '8-bit Arcade In';
    src: url('./8-bit\ Arcade\ In.ttf');
}

body {
    font-family: sans-serif;
    background-color: #87ceeb;
}

#game-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.container {
    text-align: center;
    font-family: '8-bit Arcade In';
    font-size: 2em;
    color: #ffb400;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    position: relative;
}

.dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    background-color: rgba(0,0,0,0.8);
}
#bg {
    min-height: 100vh;
}

.underline {
    text-decoration: underline;
}

.hidden {
    display: none;
}

#conditions {
    font-family: sans-serif;
    text-align: left;
    font-size: 0.4em;
    height: 0;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5em;
}

#conditions.show {
    height: auto;
}

#conditions > p {
    margin-top: 10px;
}

.conditions-button {
    font-size: 0.8em;
    margin-bottom: 30px;
    cursor: pointer;
}

.fantastic {
    font-size: 1.4em;
    line-height: 0.5em;
    margin-bottom: 20px;
    padding-top: 4em;
}

#mce-EMAIL {
    border: 2px solid #ffb400;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    font-size: 0.6em;
    padding: 10px 0px;
    box-sizing: border-box;
}

#mc-embedded-subscribe {
    padding: 0;
    margin: 10px auto;
    font-family: '8-bit Arcade In';
    font-size: 1em;
    color: #ffb400;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding-top: 5px;
    padding-bottom: 11px;
}

.button {
    border: 2px solid #ffb400;
    background-color: #ffb40060;
    padding-bottom: 6px;
    width: 300px;
    margin: 10px auto;
}

.button:hover {
    background-color: #ffb400;
    cursor: pointer;
}

.button:active {
    background-color: #ffb400;
}

.box {
    display: inline-block;
    position: absolute;
    width: 50wv;
    padding-top: 5px;
    top: 10px;    
    padding-left: 5%;
    padding-right: 5%;
}

#score {    
    left: 10px;
}

#time {
    right: 10px;
}

#gameover {
    display: none;
    position: absolute;
    width: 100vw;
    top: 1em;
}

#ui-container {
    font-size: 3.5em;
}