body{margin:0;padding:0;background-color:#111;color:#fff;background-color:grey;position:relative;font-family:Electrolize,sans-serif}main{height:100%;display:grid;grid-template-columns:auto minmax(auto,400px) auto;max-width:800px;margin:auto;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;padding:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #fff;text-align:center}main>*{grid-column-start:2}main.squishy{padding:25% 2rem}@media only screen and (max-width:900px){main{border:none}.xs-hide{display:none!important}}@media only screen and (min-width:900px){.xs-only{display:none!important}}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}#app,a,a:visited{color:#fff}#app{background:repeating-linear-gradient(45deg,#333,#333 2px,#3b3b3b 0,#3b3b3b 4px);max-height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Electrolize,sans-serif;width:100vw;height:100vh;padding:5vh 5vw;overflow:hidden;position:absolute;top:0;left:0}#app .script{font-family:Lobster,sans-serif}#app .row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;grid-template-rows:1fr;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}#app h2,#app h3{text-align:center;font-family:Press Start\ 2P;font-size:1rem;line-height:2}@media only screen and (max-width:900px){#app{max-height:100vh;min-height:568px;padding:0}}.button{border:2px solid #fff;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;color:#fff;background-color:#000;cursor:pointer;font-size:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button .disabled,.button:disabled{background-color:#4d4d4d;color:#b3b3b3;border-color:#b3b3b3;cursor:not-allowed}.button:hover{background-color:#333}.button:focus{border-width:3;background-color:#222}.modal-wrapper{width:100%;height:100%;position:fixed;background:hsla(0,0%,50%,0);overflow:hidden;top:0;left:0}.modal{display:grid;grid-gap:1rem;padding:1rem;grid-template-columns:auto minmax(auto,600px) auto;grid-template-rows:auto 3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#000;border:1px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box;width:90vw;max-width:800px;height:90vh;margin:5vh auto}.modal>*{grid-column-start:2}.restart{text-align:center}.start{grid-template-rows:auto 3rem 3rem 3rem 3rem 3rem}.start h1{text-align:center}.about{-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;text-align:left;grid-template-columns:auto minmax(auto,100%) auto;grid-template-rows:3rem auto 3rem;grid-gap:.5rem}@media only screen and (max-width:900px){.about{border:none}}