.PikRing {
  border: 2px solid blue;
  border-radius: 10px;
  text-align: center;
  background-image: url(https://nickolox.com/pikring/asset/bg-blue.png);
  font-weight: bold;
  padding: 4px;
  color: blue;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.PikRing a {
  color: white;
  text-shadow: -1px 0 blue, 0 1px blue, 1px 0 blue, 0 -1px blue;
}

.PikRingImage {
  content: url(https://pikmin.wiki.gallery/images/0/05/King_of_Bugs_icon.png);
  
}

.Shared {
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
 
  padding: 5px;
  border-width: 2px;
  border-style: solid;
}