@import"https://www.nerdfonts.com/assets/css/webfont.css";@keyframes slidefade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hide{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}:root{--fg:#d3c6aa;--red:#e67e80;--orange:#e69875;--yellow:#dbbc7f;--green:#a7c080;--blue:#7fbbb3;--aqua:#83c092;--purple:#d699b6;--bg_dim:#1e2326;--bg0:#272e33;--bg1:#2e383c;--bg2:#374145;--bg3:#414b50;--bg4:#495156;--bg5:#4f5b58;--bg_red:#4c3743;--bg_visual:#493b40;--bg_yellow:#45443c;--bg_green:#3c4841;--bg_blue:#384b55;--gray0:#7a8478;--gray1:#859289;--gray2:#9da9a0;--fgL:#5c6a72;--redL:#f85552;--orangeL:#f57d26;--yellowL:#dfa000;--greenL:#8da101;--blueL:#3a94c5;--aquaL:#35a77c;--purpleL:#df69ba;--bg_dimL:#f2efdf;--bg0L:#fffbef;--bg1L:#f8f5e4;--bg2L:#f2efdf;--bg3L:#edeada;--bg4L:#e8e5d5;--bg5L:#bec5b2;--bg_redL:#ffe7de;--bg_visualL:#f0f2d4;--bg_yellowL:#fef2d5;--bg_greenL:#f3f5d9;--bg_blueL:#ecf5ed;--gray0L:#a6b0a0;--gray1L:#939f91;--gray2L:#829181}html{height:100%;width:100%;margin:0}body{display:flex;flex-direction:column;margin:0;background-color:var(--bg0);transition:background-color .2s ease-out,color .2s ease-out,border .2s ease-out,outline .2s ease-out;min-height:100%}a{color:var(--aqua)}.footer{justify-content:center;background-color:var(--bg_dim);padding:14px;flex-shrink:0;margin:40px 0 0}.footer,.footerContent{display:flex;align-items:center}.footerContent{justify-content:space-between;width:100%;max-width:1800px;margin:0 40px}.copyright{color:var(--fg);font-family:var(--font-fira-mono);font-size:18px}@media(max-width:950px){.footer{margin:20px 0 0}.footerContent{margin:0 20px}}