:root{--heading-font-family:'Cormorant', sans-serif;--font-family-paragraph:'Helvetica', sans-serif;--font-family-monospace:monospace;--font-size:18px;--base-color:#fafafa;--highlight-color:#ff9800;--heading-color:#202020;--text-color:#4e5157}html,body{box-sizing:border-box}body{background:var(--base-color);font-family:var(--font-family-paragraph);color:var(--text-color);margin:0;padding:10px;overflow-x:hidden}a{color:var(--highlight-color);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{color:var(--heading-color);font-family:var(--heading-font-family)}p{color:var(--text-color);font-family:var(--font-family-paragraph);font-size:var(--font-size);line-height:24px}ol,ul{margin:0;padding:0;list-style:none}ol li,ul li{list-style:none}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:16px}@media(min-width:768px){.header{padding-bottom:5px;margin-bottom:40px}}.header a.header-logo{font-weight:700;text-transform:uppercase;margin-right:30px}.header img{height:16px;margin-right:8px}nav{background-color:var(--highlight-color);color:var(--base-color);padding:10px;margin:-10px}.menu-item a{color:var(--base-color)}.frame{min-height:100vh;border:18px solid var(--highlight-color)}.wrapper{max-width:1000px;margin:0 auto}.screenshot{width:100%;height:auto}.terms{font-size:20px}.terms .term{font-size:20px;font-weight:bolder}.terms ul{display:flex;flex-wrap:wrap}.terms ul li{font-size:18px;padding:5px;align-self:flex-end}.terms ul li:nth-of-type(n+2):not(:last-child)::after{content:","}.pagination{display:flex;flex-wrap:wrap}.pagination li{padding:5px;align-self:flex-end}.pagination .disabled a{color:grey;text-decoration:none}.pagination .active{font-weight:700}.pagination .active a{text-decoration:none}.dot{color:var(--highlight-color)}