/* styles.css */
html, body {
    height: 100%;
    margin: 0;
    background:#fff;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#content {
    flex: 1;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #41729F; /* Light background color */
    text-align: center;
    padding: 1rem 0;
    font-size:14px;color:#fff;
}

#header-line {
    background:lightgrey;
}
.btn-icons {
    margin-right:10px;
}
#footer {background:#41729F;
}#footer_main {background:#41729F;
}
