.game{background-color:var(--background);height:100%;display:flex;flex-direction:column}.game .head{display:flex;flex-direction:column;justify-content:center}.game .head button{width:100px;margin:auto;margin-top:.75rem}.game .head .timeRemaining{display:flex;flex-direction:row;justify-content:center;align-items:center}.game .head .timeRemaining .secs{font-size:3rem;justify-items:center}.game .head .head-center{text-align:left;display:flex;flex-direction:column;gap:2rem;margin:2rem;font-size:xx-large}.game .head .head-center .expression{font-size:4rem}@media only screen and (max-width: 600px){.game .head .head-center .expression{font-size:2rem}}.game .keypad{flex:1;display:flex;flex-direction:row;align-items:center;margin-left:2rem}.game .keypad .sq-keypad{display:grid;grid-template-columns:auto auto auto;gap:2px;width:-moz-min-content;width:min-content}.game .keypad button{background-color:var(--keypadBtm);border:.5px solid black;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:70px;height:70px;font-size:30px}.game .keypad button:hover{background-color:#93af67}.game .timeEnded{padding:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
