
@media print {
    nav, footer, .btn, .alert-info, .text-end { display: none !important; }
    body { font-size: 12pt; }
}

html{
    height: 100%;
}

body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}
