#bug-webring #bugring{
  color: white;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  width: 100%;}
  
#bugimagecontainer{
  background-size: 100%;
  border: 2px white solid;
  box-shadow: inset 0 0 30px black;
  height: 194px;
  width: 100%;}

#bugring p{
  color: white;
  font-family: "Ms gothic";
  font-size: 15px;
  font-style: italic;
  padding-left: 4px;
  text-shadow: 1px 0px 5px black;}
  
#bugring #toptext{
  padding: 10px;}

#bugring #bottomtext{
  bottom: 40px;
  padding-left: 5px;
  position: absolute;
  text-decoration: underline;}

#bug-webring #bugring a{
  color: white;
  text-decoration: none;
  text-shadow: 1px 0px 5px black;}

#bugring a:hover{
  text-shadow: 1px 0px 5px rgb(255, 255, 255);}