@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap";*{margin:0;padding:0;box-sizing:border-box;color:#fff}body{background-color:#000;flex-direction:column;font-family:Roboto Condensed,sans-serif;text-align:center}.wrapper{display:flex;flex-direction:column;max-width:500px;margin:0 auto}.container{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;background-color:#cecece;position:relative}ol,ul{list-style:none}h1{text-shadow:0 0 3px #4e4ec1;padding:4px 10px;border-radius:7px;margin:40px auto 10px}.container h2,h1{background-color:red;max-width:-moz-fit-content;max-width:fit-content;border:1px solid #fff}.container h2{text-shadow:0 0 3px red;margin:20px auto;cursor:pointer;border-radius:5px;padding:3px}.btn{display:block;border:1px solid #fff;cursor:pointer;background-color:rgba(78,78,193,.8);padding:5px 10px;color:#fff;border-radius:7px;font-size:16px;text-transform:lowercase;margin:10px auto 18px}.btn-forward{padding:50px 5px;right:15px;transform:translateY(-50%)}.btn-forward,.notice{position:absolute;top:50%}.notice{display:none;z-index:10;left:50%;transform:translate(-50%,-50%);background-color:#000;border-radius:10px;border:2px solid #fff;color:#fff}.notice h3{padding:10px;margin:auto}.hide{display:none!important}.red{background-color:red!important}.comment{color:#4e4ec1}div.res{position:absolute;background-color:none;background-position:50%;background-size:cover;display:inline-block;border-radius:50%;height:15px;width:15px;transform:translate(5px,-10px)}div.res.false{background-image:url(/false.png)}div.res.true{background-image:url(/true.png)}.Header_header__ubBbX{background-color:red;height:35px;display:flex;flex-direction:column;justify-content:center}.Header_header__ubBbX h2{text-shadow:0 0 6px #4e4ec1;font-weight:400}.Footer_footer__BH5s_{background-color:#4e4ec1;height:30px;display:flex;flex-direction:column;justify-content:center}.Footer_footer__BH5s_ h4{text-shadow:0 0 3px red;font-weight:400}.Footer_footer__BH5s_ a{color:#fff;text-decoration:none}