.grid{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-bottom:60px}.title{text-align:center;font-weight:700;font-size:50px}div.question{text-align:center;font-size:40px;border:10px green;outline:10px green}.cell{background-image:-webkit-linear-gradient(#ff6f00,#00f);background-image:linear-gradient(#ff6f00,#00f);border:5px;border-radius:25px;background-color:#aaa}.cell,.cell-p1{display:inline-block;width:150px;height:150px;opacity:.75;box-shadow:2px 2px 0 #888;-webkit-transition:all .2s;transition:all .2s;text-align:center;font-weight:700;font-size:24px;line-height:34px;margin-right:-1px;margin-top:-1px;padding-bottom:0;cursor:pointer}.cell-p1{background-color:green}.cell-p1,.cell-p2{border:5px;border-radius:75px}.cell-p2{display:inline-block;width:150px;height:150px;opacity:.75;background-color:red;box-shadow:2px 2px 0 #888;-webkit-transition:all .2s;transition:all .2s;text-align:center;font-weight:700;font-size:24px;line-height:34px;margin-right:-1px;margin-top:-1px;padding-bottom:0;cursor:pointer}.announcement{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:absolute;top:20%;bottom:20%;left:20%;right:20%;border-radius:20px;background-color:rgba(0,0,0,.8);text-align:center;font-size:2em;color:#fff;button{height:50px;width:100px;font-size:.5em;font-weight:700;border:none;border-radius:10px;background-color:#fff;color:purple}}
/*# sourceMappingURL=main.28d956e9.chunk.css.map */