footer {
    padding: 16px 0;
    background-color: var(--box-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    position: relative;
}

.footer ul {
    padding: 0;
    list-style: none;
    height: 50px;
    display: flex;
    list-style-type: none;
    align-items: center;
}

.footer ul li a {
    font-weight: bold;
    padding: 0 16px;
    font-size: 14px;
    color: var(--text-color);
}

.footer ul li a:hover {
    text-decoration: none;
}