.header{position:sticky;top:0;z-index:0;justify-content:space-between;max-width:100vw;height:3.4rem;border-bottom:1px dotted #bfc0c0}.header,.header .brand{display:flex;flex-direction:row;align-items:center}.header .brand{justify-content:space-around;padding-left:2rem}.header .brand .brand-name{margin-left:.8rem;font-weight:700;font-size:1.2rem}.header .brand .tools-link{padding-left:3rem;text-decoration:none;font-weight:500;cursor:pointer}.header .dark-mode-toggle{cursor:pointer;padding-right:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width:320px){.header .dark-mode-toggle{display:none}}.header .dark-mode-toggle .dark-mode-text{vertical-align:middle}@media only screen and (max-width:800px){.header .dark-mode-toggle .dark-mode-text{display:none}}.container{max-width:100vw;height:5vh;background-color:#212529;color:#fff;font-size:.9rem;font-weight:300;border-top:1px dotted #bfc0c0;font-weight:100}.container,.container .copy-and-nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.container .copy-and-nav .nav{margin-left:3rem}.container .copy-and-nav .copyright{padding-left:2rem}.container .language-toggle{padding-right:2rem}