body {
    margin: 0;
    font-family: sans-serif;
}

#container {
    height: 100vh;
    min-height: 500px;
    overflow-y: scroll;
}