/* Hide footer and header from listing */

.custom-page footer, 
.custom-page .navbar, 
.custom-page .navbar-dark, 
.custom-page .static-top {
    display: none;
}

/* Font */ 

.custom-page {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif, sans-serif;
}

