.container {
    display: flex;
    flex-direction: column;
}

.content {
    grid-area: content;
    padding: 20px;
}