body {
    padding: 20px;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 50px;
    /* margin: 8px; */
    font-size: revert !important;
    line-height: revert !important;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-top: 80px; 

    width: 125vw;
    height: 125vh;
    margin-bottom: 70px;
    overflow-x: hidden;
    overflow-y: scroll; 
}

html {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125vw;
    height: 125vh;
}

#title {
    font-size: 2em;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 0;
    margin-left: .15em;
}   

h1, h2, h3, h4, h5, h6 {
    font-size: revert !important;
    font-weight: revert !important;
}

h3{
    margin-top: .2em;
    font-size: 1em;
}  

#header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

#nba-link {
    font-size: 24px;
    font-weight: bold;
}

#nba-link a:hover {
    color: #007bff !important;
}        
.nba_url{
    font-size: 1.2em;
    margin-right: 1em;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EEEEEE;
    /* padding: 10px 20px; */
    z-index: 1000; 
    border-bottom: .17em solid black !important;;
}  

footer {
    background-color: #f8f9fa; 
    padding: 20px;
    text-align: center;
}

footer{
    margin-top: 2em;
}

.footer_p{
    margin: 0;
    font-weight: bold;
}

.social-media {
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-media a {
    margin: 0 10px; 
}

.social-media img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease; 
}

.social-media img:hover {
    transform: scale(1.1);
}   

.middle_ad{
    /* display: flex; */
    justify-content: center;
}

#schedule_heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
    margin-top: 10em;
}
#body_title {
    font-size: 3em !important;
    font-weight: bold;
    margin-top: 0;
    text-decoration: underline;
    max-width: 70%;
}

.ad_Div_top{
    display: flex;
    background-color: black;
    margin-bottom: 1.5em;
    justify-content: center;
    padding: 1.5em;

}
.ad_Div_middle{
    background-color: #f9f9f9;
    margin-bottom: 1.5em;
    justify-content: center;
    padding: 1.5em;
    height: auto !important;
    /* width: 100%; */
}

.ad_Div_else{
    display: flex;
    justify-content: center;
    /* height: 3em; */
}

#mobile{
    display: none;
}
#web{
    display: flex;
}
.standing_heading{
    font-size: 3em !important;
    margin-bottom: .5em;
    font-weight: bold;
    text-decoration: underline;
    max-width: 70%;
}
.standing_heading{
    text-decoration: underline;
    margin-top: 3em;
}

.team-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1em;
    margin-top: 10em;
}

#game-header{
    margin-top: 10em;
}

@media (max-width: 768px) {
    #mobile{
        display: flex;
    }
    #web{
        display: none;
    }

    .aside_div{
        display: none;
    }
    .ad_div{
        display: none;
    }
    header{
        padding: 0;
    }
}

