/* YURI WEBRING CSS */

.yuri-webring {
    width: 250px;
    height: 125px;
    display: grid;
    background-image:
    linear-gradient(to top,#000,#00000000), url('https://www.virtuagirl.net/STORAGEROOM/malicedoll.png');
    background-size: cover;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

.span-yuri {
    margin: 0;
    display: inline-block;
    align-self: end;
    justify-self: center;
    text-align:center;
}

.yuri-text {
    text-decoration: none;
    color: white;
}

.yuri-text:hover {
  text-decoration: none;
  color: white;
}