*{margin:0;padding:0;font-family:'Comfortaa', cursive}body{display:flex;justify-content:center;align-items:center;height:100vh;margin:0;padding:0;background:#0E0F24;box-shadow:inset 0 0 120px #190F4B}.Screen{position:fixed;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background:rgba(14,15,36,0.8);color:#EC1395;text-shadow:#70D0FF 1px 1px 0}.Screen h2,.Screen h1{margin-bottom:20px;font-family:'Fredoka One', cursive}.Screen h1{font-size:96px}.Screen h2{font-size:72px}.Screen p{font-size:24px}.Screen kbd{background-color:#eee;border-radius:3px;border:1px solid #b4b4b4;box-shadow:0 1px 1px rgba(0,0,0,0.2),0 2px 0 0 rgba(255,255,255,0.7) inset;text-shadow:none;color:#333;display:inline-block;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}.Screen button{width:300px;height:60px;margin-top:40px;border:0;border-radius:8px;background:#EC1395;color:#70D0FF;box-shadow:2px 2px 0 #70D0FF;font-family:'Fredoka One', cursive;font-size:24px;cursor:pointer}.Screen img.FoodType{width:32px;transform:translateY(6px)}.InstructionsWrapper{display:flex;align-items:center;margin-top:40px;flex-direction:row;justify-content:space-between}.InstructionsWrapper .List{list-style-type:none;font-size:18px}.InstructionsWrapper .List:first-child{margin-right:50px}.InstructionsWrapper .List li{margin-top:15px;text-align:center}.InstructionsWrapper .List li:first-child{margin-top:0}.InstructionsWrapper .List li span{display:block;margin-top:8px;font-size:14px;text-shadow:none}#plane{display:flex;justify-content:center;align-items:flex-end;width:100vw;height:100vh}#plane .GridLine{fill:#190F4B}.ScoreBoard{position:fixed;top:0;display:flex;flex-direction:row;width:100%;height:60px;justify-content:space-evenly;align-items:center;background:#190F4B}.ScoreBoard span{color:#EC1395;text-shadow:#70D0FF 1px 1px 0;font-size:24px;transition:color 0.3s}.ScoreBoard span.Inverted{color:#70D0FF;text-shadow:#EC1395 1px 1px 0;animation:pulse 1s normal}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}

