:root{--main-yellow:#ffc300;--main-dark:#2b2b2b;--main-light:#fff;--secondary-blue:#183349}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}a{color:inherit;text-decoration:none}p{margin:1em 0!important}header{color:var(--main-dark)}footer,header{background-color:var(--main-yellow);height:10vh}.no-border{padding-left:20px}.styled-scrollbars{scrollbar-color:var(--main-yellow) var(--main-dark)}.styled-scrollbars::-webkit-scrollbar{width:10px;height:10px}.styled-scrollbars::-webkit-scrollbar-thumb{background:var(--main-dark)}.styled-scrollbars::-webkit-scrollbar-track{background:#fff}.group-response-buttons{display:flex;justify-content:center;height:45px}.group-response-buttons button,.group-response-buttons input[type=button]{border-color:rgba(0,0,0,.5);width:28%;margin:0 10px}.group-response-buttons input[type=button].selected,button.selected{background-color:#ffc300!important}.sigCanvas{border:1px solid #000;margin:auto;max-width:100vw;height:calc(100vw / 2)}.qr-image{max-width:500px;max-height:500px}