/* FOOTER SECTION */
.footer-section {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    height: 200px;
    
    background-color: black;

    border-top: 2px solid var(--r3-white);
    border-bottom: 2px solid var(--r3-white);
} .copyright {
    color: var(--r3-white);
} .footer-links {
    gap: 32px;
    display: flex;
    flex-direction: row;

    margin-bottom: 8px;
} .footer-links > #footer-link {
    color: var(--r3-white);
    scale: 2;
}  .footer-links > #footer-link:hover {
    cursor: pointer;
}
