a.navbar,
a.navbar:visited,
a.navbar:active {
    text-decoration: none;
    color:rgb(206, 170, 11);
    font-size: 20px;
    text-align: center;
}

a.navbar:hover {
    text-decoration: underline;
    color:rgb(141, 117, 11);
}

table.navbar{
    background-color:#441098;
    width:100%;
    text-align: center;
}
td.navbar{
    
    text-align: center;
}
button.navbar {
    /*position: fixed;
    margin: auto;
    left: -850;
    right: 0;
    top: -450;
    bottom: 0;*/
    float:left;
    width: 100px;
    height: 30px;
    color:white;
    background-color: rgb(40, 24, 129);
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;

  }
  


.statstable table,th,td{
    border: 1px solid black;
    border-collapse: collapse;
}
tr:nth-child(even) {
    background-color: #F2F2F2;
   }
.center{
    text-align: center; 
}
html,body{
    width: 100%;
    min-height: 100%;
    margin-bottom:0;
    margin-left:0;
    margin-top:0;
    margin-right:0;
    padding: 0; /*space from content and border*/

    overflow:hidden;
    display:block;
    box-sizing: border-box;
    overflow: auto;
    background-color: rgb(252, 250, 210);
    background-image: url("http://teacher.etowndb.com/baseball/images/bg.png");
    background-repeat: repeat;
    text-align: center;
    
}

h2{
    color:rgb(0, 0, 0)
}
a{
    color: rgb(40, 24, 129);
}
a.hover{
    color:rgb(121, 68, 219);
}
a.visited{
    color:rgb(105, 5, 5);
}

.table-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Optional, to add space from the top */
}

table {
    border-collapse: collapse;
    width: 80%; /* Optional, adjust as needed */
}


