/* Footer styles */
html {
    position: relative;
    min-height: 100%;
}

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

.container {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
    width: 100%;
    background-color: #f8f9fa;
    margin-top: auto;
}

.footer-content {
    /*max-width: calc(100% - 20px); 30px margin on each side */
    margin: 0 auto; /* Center the content */
    padding: 15px 75px; /* Add 20px padding on left and right */    
}
