@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
/*
* {
    font-family: 'Press Start 2P', cursive;
}
*/
/*
body,html {
    background-color: #0000ff;
    height: 100%;
    margin: 0;
    padding: 0;
}
*/
canvas {
    margin: auto;
    box-sizing: border-box;
/*    background-color: #0000ff;*/
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}