body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main {
    flex: 1;
}

footer {
    background-color: #343a40 !important; 
    color: white !important;
    text-align: center !important;
    padding: 1rem 0 !important;
}
