

h1{
  text-align:center;
  font-size:3rem;
}
h2{
  text-align: center;
  font-size:2rem;
}
  thead { cursor: pointer; }
.tabs .tab a {
  color: #235794;
  /*Custom Text Color*/
}

.tabs .tab a:hover {
  color:#FFD451;
  /*Custom Color On Hover*/
}
.tabs .tab a.active {
  color:#FFD451;
  /*Custom Text Color While Active*/
  background-color: #5790b2;
  /*Custom Background Color While Active*/
}
.tabs .tab a:focus.active {
  color:#FFD451;
  /*Custom Text Color While Active*/
  background-color: #5790b2;
  /*Custom Background Color While Active*/
}

.tabs .indicator {
  background-color:#FFD451;
  /*Custom Color Of Indicator*/
}
ul.tabs {
    display : flex;
}
li.tab {
   flex-basis : 33.33%;
   
}
#leader {
  background-color: yellow;
}

#my-row2 a{
  background-color: #5790b2;
  margin-top:10px;
  margin-left:10px;
  color:#FFD451;
}
