body{background-color:#282625;font-family:Courier New,Courier,monospace}#startMenu{flex-direction:column;justify-content:center;align-items:center;width:100%;height:98.05vh;display:flex}#startText{color:#d6d6d6;text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:50px;font-size:30px;display:flex}#startButton{color:#00f5ff;background:0 0;border:none;outline:none;font-family:inherit;font-size:80px}#startButton:hover{cursor:pointer}
#timeRemainingBar{border:2px solid #d6d6d6;width:212px;height:21px}#bar{background-color:#ff6969;width:0;height:100%}
#game{flex-direction:column;justify-content:center;align-items:center;width:100%;height:98.05vh;display:flex}#letter{color:#00f5ff;text-align:center;font-size:150px}#numInput{text-align:center;color:#000;background-color:#949494;border-radius:3px;width:40%;min-width:10px;max-width:300px;font-family:inherit;font-size:2em}#numInput:focus{outline:none}
#gameOver{flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:98vh;display:flex}#gameOverText{text-align:center;color:#ff6969;font-size:80px}#wrongLetterInfo{text-align:center;color:#ff6969;font-size:30px}#scoreInfo{text-align:center;color:#5fff58;font-size:50px}#bestScoreInfo{text-align:center;color:#5fff58;font-size:30px}#restart{color:#00f5ff;background:0 0;border:none;outline:none;font-family:inherit;font-size:80px}#restart:hover{cursor:pointer}
