@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
*{
    text-align: center;
    font-family: "Fredoka", sans-serif;
}
h1{
    margin-top: 25px;
    margin-bottom: 25px;
}
h2{
    margin-bottom: 5px;
}
table{
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5vw;
}
th{
    padding: 5px;
}
tr:nth-child(even) {
    background-color: #D6EEEE;
}
td{
    padding: 5px;
}
.standings, .schedules{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 10px; 
    flex-direction: column;
}
.nextGame, .standingsAndSchedule{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.inNextGame{
    margin: 10px;
}
body {
    overflow: auto;
    margin: 0;
    padding: 0;
}
canvas {
    border: 5px solid black;
}
a{
    text-decoration: none;
    color: black;
}
#switchConferences{
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    padding: 2px 10px;
}
/* 
@media only screen and (max-height: 800px) {
    td{
        font-size: 20px;
    }
    th{
        font-size: 20px;
    }
} */