﻿html,body{height:100vh;padding:0 10px;margin:0;text-align:justify;font-family:Iowan Old Style,Apple Garamond,Baskerville,Times New Roman,Droid Serif,Times,Source Serif Pro,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.darkMode html,.darkMode body{background-color:#282828;color:#fbf1c7}.lightMode html,.lightMode body{background-color:#fbf1c7;color:#282828}.darkMode #dark-mode-icon{display:none}.lightMode #light-mode-icon{display:none}#dark-mode-toggle{position:fixed;top:10px;right:10px;user-select:none}#dark-mode-toggle img{height:35px;width:35px}header{padding-top:25px;text-align:center}.darkMode header{background-color:#282828;color:#fbf1c7}.lightMode header{background-color:#fbf1c7;color:#282828}header a,header a:visited{text-decoration:none}.darkMode header a,.darkMode header a:visited{color:#fbf1c7}.lightMode header a,.lightMode header a:visited{color:#282828}header #brand{font-size:26px}header nav ul{display:inline-table;list-style:none;padding:0;margin:auto}header nav ul li{float:left}header nav ul li:not(:first-child)::before{content:"∙";margin:0px 5px}main{margin:0 auto;min-height:100%;display:flex;flex-direction:column;justify-content:center;max-width:750px}.darkMode main #name{color:#d65d0e}.lightMode main #name{color:#d65d0e}footer{position:sticky;top:100vh;text-align:center;margin-top:80px}.darkMode a{color:#83a598}.lightMode a{color:#076678}table:not(pre *){margin:0 auto;border-radius:5.5px;border-spacing:0}.darkMode table:not(pre *){border:.375px solid #665c54}.lightMode table:not(pre *){border:.375px solid #bdae93}table:not(pre *) td,table:not(pre *) th{padding:6px}.darkMode table:not(pre *) td,.darkMode table:not(pre *) th{border:.375px solid #665c54}.lightMode table:not(pre *) td,.lightMode table:not(pre *) th{border:.375px solid #bdae93}table:not(pre *) th:first-child{border-top-left-radius:5px}table:not(pre *) th:last-child{border-top-right-radius:5px}table:not(pre *) tr:last-child td:first-child{border-bottom-left-radius:5px}table:not(pre *) tr:last-child td:last-child{border-bottom-right-radius:5px}.darkMode table:not(pre *) thead,.darkMode table:not(pre *) tfoot{background-color:#3c3836}.lightMode table:not(pre *) thead,.lightMode table:not(pre *) tfoot{background-color:#ebdbb2}hr{height:0}.darkMode hr{border:thin solid #a89984}.lightMode hr{border:thin solid #7c6f64}blockquote{margin:15px 0;padding:0 15px}.darkMode blockquote{border-left:3px solid #a89984}.lightMode blockquote{border-left:3px solid #7c6f64}.darkMode code,.darkMode pre{background-color:#3c3836 !important;color:#fbf1c7}.lightMode code,.lightMode pre{background-color:#ebdbb2 !important;color:#282828}code:not(pre *){padding:5px 5px 0px 5px;border-radius:5px}pre{border-radius:5px;position:relative;padding:20px;white-space:pre-wrap;tab-size:2}pre table td{display:inline-block}pre table td:first-of-type{position:relative;left:-20px;max-width:0;min-width:0;width:0}.darkMode pre table td:first-of-type{color:#a89984}.lightMode pre table td:first-of-type{color:#7c6f64}pre[data-lang]::before{content:attr(data-lang);position:absolute;font-size:10px;top:0;right:0;padding:3px;border-bottom-left-radius:5px}.darkMode pre[data-lang]::before{border-left:1px solid #665c54;border-bottom:1px solid #665c54}.lightMode pre[data-lang]::before{border-left:1px solid #bdae93;border-bottom:1px solid #bdae93}