@import "https://fonts.googleapis.com/css2?family=Shantell+Sans:ital@0;1&display=swap";body{box-sizing:border-box;text-shadow:1rem .5rem .5rem #fff;height:100vh;background:url(favicon.ad373e78.png) 0 no-repeat fixed;grid-template-rows:11fr 1fr;grid-template-areas:"main""footer";margin:0;padding:0;font-family:Shantell Sans,cursive;font-size:1.3rem;display:grid}body .math{padding:0 1%}body input{max-width:2rem;text-align:center;font-family:Shantell Sans,cursive;font-size:1.3rem}body .btn{color:green;border:solid;padding:.3em;font-weight:700}body .btn:hover{cursor:pointer}body .display-none{display:none}body .correct{color:green}body .wrong{color:red}body #main{grid-area:main}body #footer{text-align:center;grid-area:footer}body #footer a{color:#ff1493;text-decoration:none}body #footer .love{color:#ff1493}