html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1;
}
footer {
    background-color: #343a40;
    color: white;
    padding: 1rem 0;
    text-align: center;
}