.webring-top-container {
    background-color: aliceblue;
    padding: 10px;
}

.webring-category-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

a {
    color: cadetblue;
}

.theleftcol {
    min-width: 400px;
    margin-right: 24px;
}

.therightcol {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
