@import"https://fonts.googleapis.com/css?family=Inconsolata";html,body{height:100%;width:100%;margin:0;padding:0}body{background:#333;color:#fff;font-family:Inconsolata,monospace}@media only screen and (max-width: 250px){body{font-size:10px}}.game-wrapper{height:100%;width:100%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1000px){.game-wrapper{flex-direction:column;justify-content:flex-start}}canvas{height:60vmin;width:60vmin;margin:10vmin;background:#000}@media only screen and (max-width: 800px){canvas{margin:1rem;width:90vmin;height:90vmin}}.instructions{margin-right:10vmin}@media only screen and (max-width: 800px){.instructions{margin-right:0}}.instructions h1{margin:.5rem 0}.instructions ul{list-style:none;margin:0;padding-left:0}
