@import url(main.css);

.ring h2 {
    display: inline;
}

main {
    line-height: 2rem;
}

.buttons {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 10px;
}

.buttons img {
    width: 88px;
    height: 32px;
}

#nekowebring {
    margin: 0 auto;
    padding: 15px; /* creates some space around the widget */
}

#nekowebring table {
    background: linear-gradient(#fff2df, #fff2df, #eac3be);
    border: #c09a99 2px solid;
    margin: 0 auto; /* centers the widget */
    padding: 7px;
    border-radius: 10px;
    image-rendering: pixelated;
}

#nekowebring .webring-prev {
    text-align: right;
}

#nekowebring .webring-info {
    text-align: center;
}

#nekowebring .webring-next {
    text-align: left;
}

#nekowebring .webring-links {
    font-size: small;
}

iframe {
    width: 180px;
    height: 180px;
    border: none;
}