/* Responsive layout and zoom styles extracted from layout.ejs */

/* Auto-scale content for smaller viewports */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

