/* FOOTER */

footer {
    /* margin-top: 20px; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 30px 10px;

    gap: 15px;

    /* background-color: #121711; */
}

footer .links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

footer .links a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

footer hr {
    width: 25%;
}

footer p {
    color: black;
    margin: 0;
    text-align: center;
}