html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.download-buttons {
    margin-top: 20px;
}
header, footer {
    background-color: #f8f9fa;
}