body{
  background: #eef9ff;
  background-image:none;
}
#SportsContent h2{
  background: #005cab;
  color:#fff;
  text-align:center;
  padding: 10px 10px 8px 10px;
  margin-bottom:30px;
  font-weight:bold;
}
#SportsContent h3 {
  margin-bottom:30px;
  border-top: solid 3px #13509b;
  border-bottom: solid 3px #13509b;
  border-left:0 !important;
  font-size: 1.2rem;
  color: #13509b;
  padding: 1em 0;
  text-align:center;
  font-weight:bold;
}
  @media screen and (max-width: 800px){
    #SportsContent h2 {
      font-size: 3vmin;
  }
    #SportsContent h3 {
      font-size: 3.5vmin;
  }
#SportsContent img{
  border-radius: 10px;
}