/* -------------------------------------- text */
#text-webring {
    display: flex;
    width: -webkit-fill-available;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0px;
}

#text-webring a {
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 2px;
}

#text-webring a:hover {
    font-style: italic;
}

/* -------------------------------------- web gaurdian */
.web-guardian {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    background: url(/graphics/backgrounds/SK-17.gif);
    background-size: 40px;
}

.web-guardian p {
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 2px;
}

.web-guardian a {
    text-transform: lowercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
}

.guardian-h2 {
    font-style: italic;
}
/* -------------------------------------- webmaster */
#webmasteringbtn {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* -------------------------------------- saiki k */
#wearepsychics table tr td {
    padding: 0 !important;
}

#wearepsychics {
    width: -webkit-fill-available;
    margin: 0 !important;
    padding: 5px !important;
    border: 1px solid;
    border-radius: 5px;
    background: url(/graphics/backgrounds/SK-17.gif);
    background-size: 40px;
}

#wearepsychics .webring-info {
    text-align: center;
    width: 200px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: lowercase;
}

#wearepsychics a {
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

#wearepsychics .webring-links a {
    letter-spacing: 3px;
}

/* -------------------------------------- lps */
.lps-ring {
    display: flex;
    width: -webkit-fill-available;
    border: 1px solid;
    border-radius: 5px;
    background: url(/graphics/backgrounds/SK-17.gif);
    background-size: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.lpsring {
    text-align: center;
    text-transform: lowercase;
    font-size: 10px !important;
    letter-spacing: 5px;
}

.lpsring a {
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration: none;
}

/* -------------------------------------- rockring */
.rockring {
    text-align: center;
    width: -webkit-fill-available;
    border: 1px solid;
    border-radius: 5px;
    background: url(/graphics/backgrounds/SK-17.gif);
    background-size: 40px;
    align-items: center;
    padding: 5px;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 1px;
}

/* -------------------------------------- music-ring */
.music-ring {
    display: flex;
    width: -webkit-fill-available;
    border: 1px solid;
    border-radius: 5px;
    background: url(/graphics/backgrounds/SK-17.gif);
    background-size: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* -------------------------------------- rice-ring */
.rice-webring {
    width: -webkit-fill-available;
    border: 1px solid;
    border-radius: 5px;
    background: url(/graphics/backgrounds/SK-17.gif);
    background-size: 40px;
    align-items: center;
}

#rice-ring {
    display: flex;
    margin: 0 auto !important;
    width: auto !important;
    height: 110px !important;
    position: relative;
    font-family: "yuruka" !important;
    font-size: 18px !important;
    background-size: cover;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.rice-webring .webring-wrapper a {
    color: var(--black);
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
}

.rice-webring .webring-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.rice-webring .webring-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#rice-ring .webring-image {
    width: 110px !important;
    height: auto !important;
}