.grid-container {

max-width: 1280px;

}

.position-sticky {

position: sticky;
top: 0;

}

.mdc-top-app-bar–fixed-adjust-relative {

top: 64px;

}