.webringggg {
    width: 100%;
    display: block;
    margin: 10px auto;
}

/* yume clique */
.yumering {
    display:flex;
    box-sizing:border-box;
    gap:5px;
    justify-content:center;
    align-items:center;
    padding: 5px;
    height: auto; width: 100%; /*edit this if necessary, but it might change/alter the way the div looks unless you edit the rest of the elements accordingly*/
    /*feel free to edit the stuff after this*/
    border-radius: 5px;
    border: 2px solid var(--dark-pink);
    font-smooth:never;
    -webkit-font-smoothing:none;
    background: linear-gradient(to bottom, transparent, white), url('https://files.catbox.moe/dbv9b2.gif');
    background-size: 100px;
}
.yumering #img {
    width: 100px; height: 70px;
    background: url('https://i.ibb.co/HTmnHK6v/megapoopfart-1.png') center/100px; /*IMPORTANT!! REPLACE THIS WITH YOUR FAV!*/
    border: 1px solid var(--dark-pink);
    border-radius: 2px;
}
.yumering #inbox {
    width: 190px;
	margin: 0;
    font-size:15px;
}
.yumering { a {display: flex;} }

#siwebring {
	color: black!important
}
#siwebring #templateWebring {
    font-family: trebuchet ms, sans-serif;
    text-align: center;
    width: 315px;
    height: 175px;
    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover;
    border: 3px #FF74B8 solid;
    font-size: 16px;
}
#siwebring #templateWebring a {
    color: #E7338C;
}
#siwebring #templateWebring a:hover{
    font-weight: bold;
}
#siwebring #webringboxes {
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
height: 100px;
}
#siwebring #webringiconbox, #siwebring #iconWebring {
    width: 100px ;
    height: 100px;
    display: block;
}
#siwebring #webringiconbox {
    border: 3px solid #FF74B8;
    border-radius: 4px;
}
#siwebring #webringdescbox {
    width: 170px;
    margin-left: 20px;
}
#siwebring #webringdesc {  
    -webkit-text-stroke: white 3px;
    paint-order: stroke; 
}
#siwebring #webringlinks{
    width:100%;
    margin:auto;
}
