#webring {
    display: table;
    margin: auto;
    background: lightblue;
    border-radius: 0.5ch;
    padding: 0.5ch;
}

#webring a {
    text-decoration: none;
    color: black;
    padding: 0.5ch;
}

#webring #webring-about {
    font-weight: bold;
}

