html, body {
    height: auto;
}

body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
}

.container-fluid {
    max-width: 100%;
}

.content, .wrap, main {
    padding: 0;
    min-height: inherit;
    height: auto;
}

nav, header, footer, .sidebar {
    display: none;
}