html,body{margin:0;padding:0;background-color:#fff}html{height:100%}body{color:#000;display:flex;flex-direction:column;min-height:100%;font-family:open sans,sans-serif;font-size:1rem;font-display:swap}header{display:flex;flex-direction:row;margin:0;padding:1rem 0;background-color:#2a5a97;color:#fff}header a{color:#fff;text-decoration:none}*{box-sizing:border-box}main{flex:1;color:#000;padding:1rem;overflow:auto}main h1{font-size:2rem;text-align:center}main h2{font-size:1.8rem;text-align:center}main h3{font-size:1.6rem;text-align:center}main h4{font-size:1.4rem;text-align:center}main p{text-align:justify}main pre{overflow-x:auto;max-width:100%}main img{max-width:99%;border:2px #2a5a97 solid}main h1:after,main h2:after,main h3:after{display:table;width:100%;content:" ";margin-top:-1px;border-bottom:1px dotted;padding:.8rem 0 0}footer{display:flex;flex-direction:row;margin:0;padding:1rem 0;background-color:#2a5a97;color:#fff}footer p{margin:0;padding:0 1rem}footer a{color:#fff;text-decoration:none}.top-nav{display:flex;padding:0;width:100%}.screenshot-desktop{max-width:99%;border:2px #2a5a97 solid}.post-date{color:#b0b0b0}.migration-banner{background-color:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:1rem;margin-bottom:1.5rem;text-align:center}.migration-banner h2{margin-top:0;font-size:1.4rem}.migration-banner h2:after{display:none}.migration-banner p{margin:.5rem 0 0}.top-nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:50px;padding:1em}.menu{display:flex;flex-direction:row;list-style-type:none;margin:0;padding:0}.menu>li{margin:0 1rem;overflow:hidden}.menu-button-container{display:none;height:100%;width:30px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}#menu-toggle{display:none}.menu-button,.menu-button::before,.menu-button::after{display:block;background-color:#fff;position:absolute;height:4px;width:30px;transition:transform 400ms cubic-bezier(.23,1,.32,1);border-radius:2px}.menu-button::before{content:'';margin-top:-8px}.menu-button::after{content:'';margin-top:8px}#menu-toggle:checked+.menu-button-container .menu-button::before{margin-top:0;transform:rotate(405deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:rgba(255,255,255,0)}#menu-toggle:checked+.menu-button-container .menu-button::after{margin-top:0;transform:rotate(-405deg)}@media(max-width:700px){.menu-button-container{display:flex}.menu{position:absolute;top:0;margin-top:50px;left:0;flex-direction:column;width:100%;justify-content:center;align-items:center}#menu-toggle~.menu li{height:0;margin:0;padding:0;border:0;transition:height 400ms cubic-bezier(.23,1,.32,1)}#menu-toggle:checked~.menu li{border:1px solid #000;height:2.5em;padding:.5em;transition:height 400ms cubic-bezier(.23,1,.32,1)}.menu>li{display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%;color:#fff;background-color:#2a5a97}.menu>li:not(:last-child){border-bottom:1px solid #444}}