h2 {
    color:red;    
}

table {
    border-style: none;
    background-color: transparent;
}

th, td, tr {
    border-style: none;
    background-color: transparent;
}

tr:nth-child(even) {
    background-color: transparent;
}

tr:nth-child(odd) {
    background-color: transparent;
}

#leagueChampion {
    width: 40%;
}

@media only screen and (max-width: 800px) {
  #leagueChampion {
    width: 70%;
  }
}