﻿.footer {
    background-color: #7e839a;
    color: #FFFFFF;
    padding: 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif; /* Fallback to Arial and sans-serif */
    font-size: 9pt;
    width: 1000px; /* Set the width to 1000px */
    margin: 0 auto; /* Center the footer */
    text-align: left; /* Add this property to align text to the left */
}

.footer-section {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    flex: 1;
    padding: 0 15px;
}

.footer-credits {
    flex: 1;
    padding: 0 15px;
    text-align: right;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}
