// Used to provide inial layout for application containing elements. html, body, #app, #app-content { min-height: 100vh; } #app-content { display: flex; flex-direction: column; }