/*
PROJECT KHS
Created by Corey Robinson 2020
*/
main{
    min-width: 1200px;
}
#player-content, #game-content{
    font-family: 'Open Sans', sans-serif;
}
#player-season-div, #game-content{
    font-size: 16;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
}
body{
    margin-bottom: 25px;
}
main{
    max-width: 1200px;
    min-width: 1000px;
    flex-direction: column;
    box-sizing: border-box;
}
#overview-header{
    font-size: 32;
}