:root{--box-width:1360px}*{margin:0;padding:0;box-sizing:border-box}.content-box{max-width:var(--box-width);width:100%}.content-centered{margin:0 auto}.header{position:sticky;z-index:1000;width:100%}.header_top-bar{padding:4px 10px;border-bottom:1px solid #ccc}.header_top-bar,.header_top-bar p{text-align:center}.header_main{height:70px;padding:10px}.header_main-row{display:flex;align-items:center;justify-content:space-between;height:100%}.header_main_user-buttons-container{display:flex;align-items:center;gap:1rem}.header_main_user-buttons-container button svg{width:1.8rem;height:1.8rem}.header_menu{background:#ffb629;padding-inline:10px;padding-top:3px}footer{width:100%;padding-top:50px;padding-bottom:10px;background:#6ab0ff}