.container {
display: flex;
flex-direction: column;
flex: 1;
background-color: var(--oak-bg-color-page);
}