footer {
    position: relative;
    width: 100%;

    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10vw;

    font-size: 1.3rem;
    font-weight: 500;
}

footer a {
    color: var(--primary-color);
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}