body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  
  header {
    background-color: #d18300;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
  }
  
  nav ul li {
    display: inline;
    margin-right: 10px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  nav ul li a {
    color: #d18300;
    text-decoration: none;
    padding: 5px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  nav ul li a:hover {
    background-color: #d18300;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
  }
  
  main {
    margin: 20px 0px auto 0px;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  section {
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
  }

  a span{
    text-decoration: none;
    color: black;
  }
  a {
    text-decoration: none;
  }
  
  .play-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #d18300;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Times New Roman', Times, serif;
  }
  
  footer {
    background-color: #d18300;
    color: #fff;
    padding: 17px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
@media (max-height:700px) {
    footer{
        position:relative;
    }
}
  .leaderboard_table {
    border: 2px solid black;
  }

  tr:nth-of-type(odd) {
    background-color:#d18300a7;
  }
  tr:nth-child(12) {
    background-color:  #C48455;
  }
  tr:nth-child(12) td{
    border-top: 2px solid black;
  }
  #legend {
    font-size: 18px;
    font-weight:bold;
    color: #fff;
  }

  td {
    padding-left: 10px;
    padding-right: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  h2 {
    color: #d18300;
    font-size: 24px;
    margin-bottom: 10px;
}
p {
    line-height: 1.5;
}
#divider{
    height:10vh;
}
@media only screen and (min-width:1013px) {
    #grid {
        display:grid;
        grid-template-columns: 50% 50%;
    }
    #elm1 {
        grid-column: 1 / 2;
        padding-right:20px;
    }
    
    #elm2 {
        grid-column: 2 / 3;
        
    }
    #elm2 table {
        position: relative;
        margin-right:auto;
        margin-left: auto;
    }
    #elm2 section {
        text-align: center;
    }
}
