html {
    background: white;
    width: 100vh;
    height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    width: 100vh;
    height: 100vh;
    overflow: hidden;
}

canvas {
    background: #2F3C50;
}

@font-face {
    font-family: 'Russo One';
    src: url("fonts/RussoOne-Regular.eot")/*tpa=http://szhong.4399.com/4399swf/upload_swf/ftp27/gamehwq/20190212/09/fonts/RussoOne-Regular.eot*/;
    src: url("fonts/RussoOne-Regular.eot-#iefix")/*tpa=http://szhong.4399.com/4399swf/upload_swf/ftp27/gamehwq/20190212/09/fonts/RussoOne-Regular.eot?#iefix*/ format('embedded-opentype'),
    url("fonts/RussoOne-Regular.woff2")/*tpa=http://szhong.4399.com/4399swf/upload_swf/ftp27/gamehwq/20190212/09/fonts/RussoOne-Regular.woff2*/ format('woff2'),
    url("fonts/RussoOne-Regular.woff")/*tpa=http://szhong.4399.com/4399swf/upload_swf/ftp27/gamehwq/20190212/09/fonts/RussoOne-Regular.woff*/ format('woff'),
    url("fonts/RussoOne-Regular.ttf")/*tpa=http://szhong.4399.com/4399swf/upload_swf/ftp27/gamehwq/20190212/09/fonts/RussoOne-Regular.ttf*/ format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ppat-text {
    text-shadow: 1px 1px #000000;
    position: absolute;
    left: 5px;
    top: 5px;
    margin: 0;
    font: 16px/1 monospace;
}