.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 100px;
}

.footer-left {
    font-size: 16px;
    font-weight: bold;
}

.footer-right a {
    margin-left: 20px;
    color: #71A894;
    text-decoration: none;
    font-size: 14px;
}

.footer-right a:hover {
    text-decoration: underline;
}