.container {
height: 100%;
display: flex;
flex-direction: column;
background-color: var(--oak-bg-color-page);
}
.list {
margin-bottom: 10px;