@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Plus+Jakarta+Sans:wght@400;700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Sofia+Sans:wght@400;700&display=swap");:root{--color-white:#fff;--color-white-90:hsla(0,0%,100%,.9);--color-white-10:hsla(0,0%,100%,.1);--color-black:#000;--color-black-90:rgba(0,0,0,.9);--color-black-10:rgba(0,0,0,.1);--color-dark:#1a2a3a;--color-dark-light:#2a3a4a;--color-dark-lighter:#3a4a5a;--color-dark-lightest:#4a5a6a;--color-grey:#aaa;--color-grey-light:#bbb;--color-grey-lighter:#ccc;--color-grey-lightest:#ddd;--color-purple:#96f;--color-purple-20:#9966ff33;--color-purple-20-flattened:#e9e9ff;--color-blue-dark:#66f;--color-blue-dark-20:#6666ff33;--color-blue-dark-20-flattened:#dedeff;--color-blue-light:#69f;--color-blue-light-20:#6699ff33;--color-blue-light-20-flattened:#dee9ff;--color-green:#6f9;--color-green-20:#66ff9933;--color-green-20-flattened:#deffe9;--color-yellow:#ff6;--color-yellow-20:#ffff6633;--color-yellow-20-flattened:#ffffde;--color-orange-light:#fc6;--color-orange-light-20:#ffcc6633;--color-orange-light-20-flattened:#fff4de;--color-orange-dark:#f96;--color-orange-dark-20:#ff996633;--color-orange-dark-20-flattened:#ffe9de;--color-red:#f66;--color-red-20:#ff666633;--color-red-20-flattened:#ffdede;--color-pink:#ff8fab;--color-pink-20:#ff8fab33;--color-pink-20-flattened:#ffe9ee;--color-twitter-dark:#15202b;--size-s:8px;--size-m:16px;--size-l:32px;--border:2px solid #000;--shadow:2px 2px #000}body{font-family:Nunito,sans-serif;background-color:var(--background-color);display:flex;justify-content:center;padding:0;margin:0}h1,h2,h3{margin:0;color:var(--title-color)}ol,p,ul{margin:0;color:var(--text-color);font-size:16px}a{text-decoration:none}:root{--shadow-s:0 calc(var(--size-s) / 2) var(--size-s) 0 var(--shadow-color)}#__next{width:100%;display:flex;justify-content:center}ul{margin:0}hr{width:100%;height:2px;background:#000}.hint-info{width:100%;margin:32px 0;display:block;padding:16px 24px;position:relative;border-radius:3px;border-left:4px solid;border-color:#3884ff;background-color:rgba(245,247,249,.5)}