.math-game__container{background-color:#9dd2ea;margin:100px auto;padding:20px;border-radius:10px;box-shadow:0 4px 0 0 #009de4;position:relative}.math-game__score{background-color:#f1ff92;color:#888e5f;padding:11px;position:absolute;left:500px;box-shadow:0 4px 0 #9da853}.math-game__correct{position:absolute;left:260px;background-color:#42e252;color:#fff;padding:11px;display:none}.math-game__wrong{position:absolute;left:250px;background-color:#de401a;color:#fff;padding:11px;display:none}.math-game__question{width:450px;height:150px;margin:50px auto 10px;background-color:#9da0ea;box-shadow:0 4px #535aa8;font-size:100px;text-align:center;font-family:cursive,sans-serif;color:#000}.math-game__instruction{width:450px;height:50px;background-color:#b481d9;margin:10px auto;text-align:center;line-height:45px;box-shadow:0 4px #8153a8}.math-game__choices{width:450px;height:100px;margin:5px auto}.math-game__box:active{background-color:#9c89f6;color:#fff;box-shadow:0 0 #6b54d3;top:4px}.math-game__start-reset:active{background-color:#9c89f6;color:#fff;box-shadow:0 0 #6b54d3;top:4px}.math-game__box{width:85px;height:85px;background-color:#fff;float:left;margin-right:36px;border-radius:3px;cursor:pointer;box-shadow:0 4px rgba(0,0,0,.2);text-align:center;line-height:80px;position:relative;transition:all .2s}.math-game__box:last-child{margin-right:0}.math-game__start-reset{width:78px;padding:10px;background-color:hsla(0,0%,100%,.5);margin:0 auto;border-radius:3px;cursor:pointer;box-shadow:0 4px rgba(0,0,0,.2);text-align:center;position:relative;transition:all .2s}.math-game__time-remaining{width:152px;padding:10px;position:absolute;top:395px;left:400px;background-color:rgba(181,235,36,.8);border-radius:3px;box-shadow:0 4px rgba(0,0,0,.2);display:none}.math-game__game-over{height:200px;width:500px;background:linear-gradient(#f3ca6b, #f3706c);color:#fff;font-size:2.5em;text-align:center;text-transform:uppercase;position:absolute;top:100px;left:45px;z-index:2;display:none}
