*{position:relative;margin:0;padding:0;overflow:hidden;box-sizing:border-box;text-decoration:none;user-select:none;
    font-family:'Squada One',cursive;font-size:1em;font-weight:normal;background-repeat:no-repeat; background-position:center center; }
html,body{ width:100%;min-height:100%;height:100%; }
#play{ width:100%; height:100%; }
canvas{ position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); }