body {
    background-color: #000;
    font-family: 'Metal Mania', cursive;
    text-align: center;
    touch-action: manipulation;
}

span.help-controls {
    color: #fff;
}

.case {
    background: url('/images/gamecore.png');
    height: 1158px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.screen {
    top: 134px;
    position: relative;
}

.screen canvas {
    border-radius: 4px;
}

.screen div.overlay {
    background: url('/images/screen.png');
    position: absolute;
    border-radius: 4px;
    left: 94px;
    height: 384px;
    width: 512px;
    opacity: 0.2;
}

.control_left {
    position: relative;
    left: 19px;
    top: 170px;
    height: 120px;
    width: 120px;
    /*border: 1px solid #f00;*/
}

.control_right {
    position: relative;
    left: 140px;
    top: 48px;
    height: 120px;
    width: 120px;
    /*border: 1px solid #f00;*/
}

.control_y {
    position: relative;
    left: 386px;
    top: -141px;
    height: 100px;
    width: 100px;
    /*border: 1px solid #f00;*/
}

.control_x {
    position: relative;
    left: 500px;
    top: -295px;
    height: 100px;
    width: 100px;
    /*border: 1px solid #f00;*/
}

.control_a {
    position: relative;
    left: 553px;
    top: -379px;
    height: 100px;
    width: 100px;
    /*border: 1px solid #f00;*/
}

.control_b {
    position: relative;
    left: 439px;
    top: -227px;
    height: 100px;
    width: 100px;
    /*border: 1px solid #f00;*/
}

.control_button.button_down {
    background: url('/images/button_down.png');
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 5px;
}

.control_pad {
    /*border: 1px solid #0f0;*/
    position: relative;
    top: 316px;
    left: 55px;
    height: 171px;
    width: 171px;
}
.control_pad.button_down {
    background: url('/images/dpad_down.png');
    background-repeat: no-repeat;
}

.control_select {
    position: relative;
    left: 204px;
    top: -301px;
    height: 100px;
    width: 100px;
    /*border: 1px solid #f00;*/
}

.control_start {
    position: relative;
    left: 321px;
    top: -402px;
    height: 100px;
    width: 100px;
    /*border: 1px solid #f00;*/
}
