 #aperturewebring{
     font-size: 24px;
}
 #aperturewebring img{
     image-rendering: pixelated;
     width: 200px;
}
 #PNwebring {
     margin: 0 auto;
     padding: 15px;
    /* creates some space around the widget */
}
 #PNwebring table {
     margin: 0 auto;
    /* centers the widget */
     background-image: url("https://compulsivecomputer.net/pnwebring/pn1bg.png");
     border: 7px #004962 ridge;
     border-radius: 10px;
     box-shadow: 1px 1px 10px 5px #038bb7;
     max-width: 300px;
     max-height: 100px;
}
 #PNwebring table tr td {
     padding: 5px;
    /* creates some space between the links and text inside the widget */
}
 #PNwebring .webring-prev a {
     content: url("../img/index/webring/webringprev.gif");
     image-rendering: pixelated;
}
 #PNwebring .webring-next a {
     content: url("../img/index/webring/webringnext.gif");
     image-rendering: pixelated;
}
 #PNwebring .webring-info a {
     content: url("../img/index/webring/oatmeal.png");
}
 #aperturewebring, #artists, #gfdkris, #gummy, #null, #tmaring{
     image-rendering: pixelated;
}
 #yuri {
     background-image: linear-gradient(to top,#000,#00000000), url('../img/index/webring/yuri-ring.png');
     background-size: cover;
     display: grid;
     height: 100px;
     width: 200px;
     color: #fff;
     font-family: 'Times New Roman';
     font-size: 18px;
     margin-left: auto;     
     margin-right: auto;
}
 #yuri span {
     display: inline-block;
     align-self: end;
     justify-self: center;
     text-align: center; 
}