html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Bangers', 'Arial', sans-serif;
    color: #fff;
    background-color: #221f1f;
    text-align: center;
    overflow: hidden;
}

body button {
    font-family: 'Bangers', 'Arial', sans-serif;
}

#debug {
    position: absolute;
    bottom: 0;
    left: 0;
}

#game {
    margin: 0 auto;
}

#game canvas {
    display: block;
}

.fontPreload {
    position: absolute;
    left: -100px;
    top: -100px;
}
