body{
    background-color: white;
    margin: 0;
    padding: 0;
}
.banner{
    background-color: black;
    width: 100%;
    height: 60px;
    position: fixed;
    top:0;
    margin: 0;
    padding: 0;

}
.navigation{
    color: white;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    overflow: hidden;
    list-style-type: none;
    display: flex;
    top: 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}
.navigation li{
    list-style-type: none;
    float: left;
    top: 0px;
    padding-right: 60px;
}
#methods{
    text-decoration: none;
    color: white;
    margin-top: 8px;
}
#methods:hover{
    text-decoration: underline;
    color: white;
}
.content{
    margin-top: 120px;
}
#logo{
    height: 90px;
    width: 120px;
    margin-left: 100px;
    overflow: hidden;
    object-fit: contain;
}
#logo_title{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 40px;
    font-style: medium;
    text-align: left;
    color: white;
    margin-right: 90px;
    margin-left: 55px;
    top: 0px;
    padding: 0px;
    margin-top: 0px;
}
p{
    display: block;
    width:750px;
    margin-left:auto;
    margin-right:auto;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
}
#name_and_date{
    font-size: 14px;
}
.side_by_side{
    font-style: normal;
    overflow-y: scroll;
    height: 200px;
    width: 380px;
    border: 1px solid black;
    border-collapse: collapse;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
td{
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
    background-color: rgb(237, 237, 237);
}
thead{
    background-color: #99cef0;
    border: 1px solid black;
}
h2{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h3{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 24px;
}
hr{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    background-color: black;
    height: 1.5px;
}
.tables{
    width: 1200px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    
}
.white{
    background-color: white;
    border: none;
}
.white_top{
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: hidden;
    border-bottom: hidden;
}
.shot_tables{
    width: 1060px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap; 
}
#id{
    width: 100%;
}
@media screen and (max-width: 800px) {
  #id{width: 60%;}
}
.side_by_side2{
    font-style: normal;
    height: 250px;
    width: 880px;
    border-collapse: collapse;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.sbs_table_title{
    margin-top: 7px;
    margin-bottom: 7px;
    padding-right: 8px;
}
#kreider{
    width: 750px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    object-fit: cover;
}
.kreider_ppg{
    width: 750px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    object-fit:contain;
}

.article_title{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    margin-top: 0;
    top: 140px;
}
.totals{
    font-style: normal;
    height: 290px;
    width: 385px;
    border-collapse: collapse;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.rebound_totals{
    font-style: normal;
    height: 250px;
    width: 385px;
    border-collapse: collapse;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#twenty_19{
    margin-left: 30px;
    margin-right: 30px;
}
#twenty_22{
    margin-left: 30px;
    margin-right: 30px;
}
iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    object-fit: cover;
}
.footnotes{
    display: block;
    width:750px;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
}
