/* Footer Styles */
.footer {
    width: 100%;
    background-color: #343a40;
    color: #f8f9fa;
    margin-top: auto;
}

.footer .copyright {
    background: #319785;
    padding: 1.25rem 0px;
    text-align: center;
    color: #fff;
    font-size: 0.9375rem;
}