.footer-container {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.footer-container a {
    font-weight: bold;
}
#footers {
    margin: 0;
}

.lks a:not(:last-child)::after {
    content: "|";
    color: #999;
    text-decoration: none;
    margin: 0 2px 0 5px;
}

.lks a {
    text-decoration: none;
    text-underline-position: auto;
}
