body{
  margin-right: 30%;
  margin-left: 30%;
  margin-top: 20%;
  font-family: MS PGothic;
  font-size: 20px;
  color: gray;
}
img{
  margin-right: 30px;
}

a {  
    background-image: linear-gradient(lightblue, blue);
    color: transparent;
    background-clip: text;
  }
  
a:hover, .count {
  color: red
  }
  
sub {
  color: lightgray;}