body { background-color: #000000; }

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen_bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game_extra {
    position: absolute;
    z-index: -10;
    top: 0px;
    left: 0px;
    height: 100%;
}

.middle {
    display: block;
    margin-top: 200px;
    margin-right: 190px;
    margin-left: auto;
    width: 50%;
}

.game_logo { width: 100%; }

.score {
    display: flex;
    margin-top: 120px;
    font-family: 'Press Start 2P', monospace;
    -webkit-text-stroke: 8px #000000;
    justify-content: center;
    font-size: 16em;
    color: white;
}

.stc_arcade_logo {
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: 20%;
}

.float { animation: float 6s ease-in-out infinite; }

@keyframes float {
	0% { transform: translatey(0px); }
	50% { transform: translatey(30px); }
	100% { transform: translatey(0px); }
}

.shadowed {
    -webkit-filter: drop-shadow(6px 8px #473144);
    filter: drop-shadow(6px 8px #473144);
}
