.links {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666666;
    margin-bottom: .1563rem;
    font-family: 'Courier New', Courier, monospace;
}

.l-title {
    width: 80%;
    height: .1979rem;
    display: flex;
    align-items: center;
    font-size: .0833rem;
}

.l-container {
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.0521rem;
    font-size: 0.0833rem;
    white-space: normal;
}

.l-container a {
    color: #666666;
}

.l-container a:not(:last-child)::after {
    content: "|";
    margin-left: 0.0521rem;
}