main[page=error],main[page=maintenance]{align-items:center;display:flex;flex-direction:column;height:calc(100vh - var(--margin-spacing));justify-content:center;margin:0 auto;padding-bottom:var(--margin-spacing)}main[page=error] section,main[page=maintenance] section{margin-top:-65px;max-width:670px;z-index:1}main[page=error] section a,main[page=maintenance] section a{display:flex;justify-content:center}main[page=error] section .content,main[page=maintenance] section .content{background-color:#fff;border:12px solid #1e1e28;border-radius:25px;padding:var(--items-gap)}main[page=error] section .content h2,main[page=maintenance] section .content h2{margin-bottom:var(--fields-gap)}.walking_animation{animation:walking_keyframes_horizontal 40s linear 2s infinite;bottom:-54px;image-rendering:pixelated;left:-250px;position:absolute}.walking_animation img{animation:walking_keyframes_vertical .15s linear infinite;height:250px}@keyframes walking_keyframes_vertical{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@keyframes walking_keyframes_horizontal{0%{transform:translate(0) rotateY(0)}40%{transform:translate(calc(100vw + 250px)) rotateY(0)}51%{transform:translate(calc(100vw + 250px)) rotateY(180deg)}90%{transform:translate(-1vw) rotateY(180deg)}}
