#topbar{position:fixed;top:0;width:100%;height:50px;background-color:#333;color:white;display:flex;align-items:center;z-index:10;box-shadow:0 2px 5px rgba(0,0,0,0.1);max-width:1280px;margin:auto}#topbar.loggedOff{background-color:unset;box-shadow:unset}#topbar > div{padding:0 15px}#topbar_left{flex:0 0 auto}#topbar_center{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:10px}#topbar_center div{display:flex;align-items:center;justify-content:center}#topbar_center #info{padding-top:10px}#topbar_right{flex:0 0 auto;text-align:right}#topbar a{text-decoration:none}