keyframes moveInLeft 0%{opacity:0;transform:translateX(-10rem)}keyframes moveInLeft 80%{transform:translateX(1rem)}keyframes moveInLeft to{opacity:1;transform:translateX(0)}@keyframes moveInRight{0%{opacity:0;transform:translateX(10rem)}80%{transform:translateX(-1rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:37.5%}@media only screen and (min-width:37.5em){html{font-size:50%}}@media only screen and (min-width:48em){html{font-size:62.5%}}body{background-color:#ebebeb;box-sizing:border-box;font-family:Lato,sans-serif;font-size:1.6rem;line-height:1.7rem}button{cursor:pointer;outline:none}button:disabled{cursor:default}.game{border:1px solid red;padding:20px}table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}td,th{border:1px solid #000;text-align:left;padding:8px}.u-center-text{text-align:center}@media only screen and (min-width:48em){.u-margin-bottom-small{margin-bottom:1.5rem}}@media only screen and (min-width:48em){.u-margin-bottom-medium{margin-bottom:4rem}}@media only screen and (min-width:48em){.u-margin-bottom-large{margin-bottom:8rem}}.u-invisible{visibility:hidden}.btn{border-radius:100px;outline:none;transition:all .3s ease-in-out;overflow:hidden;position:relative}.btn--start{background-color:#004e98;border:1px solid #001a32;box-shadow:inset 0 2px 1px #0082fe;color:#ebebeb;font-size:4.8rem;padding:1.6rem 4.8rem;height:30vh;width:80%;max-width:100rem}.btn--start:active{box-shadow:0 1rem 2rem rgba(0,0,0,.2);color:#f75c03}.btn--start--clicked{background-color:#004e98;border:1px solid #001a32;box-shadow:inset 0 2px 1px #0082fe;color:#ebebeb;font-size:3.2rem;padding:1.6rem 4.8rem;width:80%;transform:scale(.1)}@keyframes shrink{0%{transform:scale(1)}to{transform:scale(.1)}}@keyframes float{0%{transform:scale(1)}50%{transform:scale(1.009)}to{transform:scale(1)}}.content-container{box-shadow:0 0 17px 0 rgba(0,0,0,.75);margin:0 auto;max-width:80rem;min-height:100vh;position:relative}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.action{text-align:center}.action,.question-table{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.question{text-align:center;font-size:3.2rem;font-weight:700;line-height:3.2rem;margin-bottom:1rem;margin-top:1rem}.question,.question-list{padding:1rem}.alternative{margin-bottom:1rem}.alternative button{background-image:linear-gradient(90deg,rgba(58,110,165,.7),rgba(0,78,152,.8),rgba(0,78,152,.7));border-radius:10px;color:#ebebeb;font-size:2rem;padding:2rem;width:100%}.results{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3.2rem;margin-top:2rem;padding:3.2rem;text-align:center;line-height:3.2rem}.results-title{margin-bottom:2rem;font-weight:400}.results-paragraph{font-size:4.8rem;font-weight:300}
/*# sourceMappingURL=styles.css.map*/