.footer {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: var(--secondary-color);
    box-sizing: border-box;
}

.footer > * {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: small;
    width: 100%;
    border: 1px solid var(--main-color);
    border-bottom: none;
    margin: 0;
}