:root{--max-width:1100px;--border-radius:12px;--font-family:"VT323",sans-serif;--color-font:#2e3f51;--color-book:#f3dea7;--color-blue:#70c1ff;--color-orange:#fd7e35;--color-green:#61d095;--color-red:#ef3e36;--color-yellow:#ffd046}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow:hidden}body{color:rgb(var(--foreground-rgb));background:url(/background.gif) no-repeat 50% fixed;background-color:#000000eb;background-size:cover;font-family:VT323,sans-serif;line-height:1.5;max-height:--webkit-fill-available;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;-webkit-font-smoothing:none}h2{font-weight:400;font-size:1.5rem;text-align:center}a{color:inherit;text-decoration:none}button{border:4px solid #d7a677;border-radius:5px;padding:15px 20px;font-size:1.5rem;width:100%}button,input{background:transparent;outline:none;margin:0;cursor:pointer;font-family:inherit;color:var(--color-font);position:relative}input{border:2px solid #91665b;border-radius:5px;padding:10px;font-size:1rem}main{width:100vw;height:100vh;max-height:-webkit-fill-available;position:relative}.choice{border:4px solid #000;padding:16px 32px;border-radius:8px}.choice:first-child{border-color:var(--color-blue)}.choice:nth-child(2){border-color:var(--color-orange)}.choice:nth-child(3){border-color:var(--color-green)}.choice:nth-child(4){border-color:var(--color-yellow)}.hidden{display:none}