:root{--max-header-width: 900px;--max-main-width: 900px}.container.light{--background-color: #ffffff;--codeblock-color: #f6f6f6;--primary-color: #1d1e20;--secondary-color: #606164;--highlight-color: #1a81ff}.container.dark{--background-color: #1d1e20;--codeblock-color: #121212;--primary-color: #e5e5e5;--secondary-color: #aeaeae;--highlight-color: #1a81ff}html,body{position:relative;width:100%;height:100%;margin:0;padding:0}.container{margin:0;padding:0;box-sizing:border-box;background-color:var(--background-color);color:var(--primary-color);min-height:100%;font-size:17px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;text-align:left;line-height:1.6;word-break:break-word}.hljs{background-color:var(--codeblock-color)!important;border-radius:5px!important}header{display:flex;justify-content:space-between;margin:auto;align-items:center;box-sizing:border-box;padding:1rem 1.25rem;max-width:var(--max-header-width)}main{box-sizing:border-box;padding:2.5rem 1.25rem 4rem;max-width:var(--max-main-width);margin:auto}a{color:var(--highlight-color);text-decoration:none}a:hover{text-decoration:underline}button{display:inline;all:unset;cursor:pointer;font:inherit;text-decoration:none;margin:0;color:var(--primary-color)}button:focus{text-decoration:underline}button:active{color:var(--highlight-color)}.header-button{font-size:1.25em;font-weight:700;vertical-align:middle}.menu{display:inline;list-style:none;margin:0}.menu .header-button{margin-right:1rem}.menu .toggle-button{margin:0;padding:0}.menu .toggle-button .icon{vertical-align:middle;width:22px;height:22px;color:var(--primary-color)}.menu .toggle-button .spin-left,.menu .toggle-button .spin-right{animation:spin 575ms cubic-bezier(.075,.82,.17,1.135)}@keyframes spin{0%{transform:scale(0) rotate(0)}to{transform:scale(1) rotate(720deg)}}@keyframes spin{0%{transform:scale(0) rotate(0)}to{transform:scale(1) rotate(-720deg)}}@media (max-width: 600px){main{padding-top:1.75rem}.header-button{font-size:1.15em}}
