/* ------------------------------ */
/* ------------------------------ */
/* SCALE */
:root {
   --scale: 0.7;
}


/* ------------------------------ */
/* ------------------------------ */
/* HEADER */
#Header .center {
   grid-template-columns: calc(80px * var(--scale)) calc(80px * var(--scale)) calc(80px * var(--scale)) calc(300px * var(--scale)) auto;
   height: calc(80px * var(--scale));
}

#Header .center.admin {
   grid-template-columns: calc(80px * var(--scale)) calc(80px * var(--scale)) calc(80px * var(--scale)) calc(300px * var(--scale)) auto;
   height: calc(80px * var(--scale));
}

#Header #Sidebar-Button {
   display: flex;
}