footer {
    text-align: center;
    border-top: none;
}

.footer-hr {
    width: 100%;
    border: none;
    border-top: 1px solid var(--color-accent);
    margin: 0 0 1rem 0;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.5rem;
    padding: 0;
    margin: 0 auto 0.75rem auto;
    justify-content: center;
}

.footer-links a {
    color: #337ab7;
    text-decoration: none;
    font-size: 0.875rem;
}

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

.copyRight {
    font-size: 0.8rem;
    color: var(--color-text-aside);
    margin: 0 auto 0.5rem auto;
    max-width: 80%;
}

.copyRight a {
    color: #337ab7;
}

.docs-generated {
    font-size: 0.75rem;
    color: var(--color-text-aside);
}
