.fantasyHeader img {
    max-width: 300px;
}

#fantasySimulateConfig{
    text-align: center;
    color:#f1efe8;
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    padding: 30px 2%;
}

#fantasySimulateConfig h2{
    color:#f1efe8;
}

.content{
    color:#f1efe8;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
}

#simulate-config{
    display: inline-block;
    width: 100%;
    max-width: 600px;

}

#season-timeline-section{
    display: block;
    width: 100%;
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    padding:0px;
    padding-bottom:0px;
}

#season-timeline-section h2{
    color:#f1efe8;
    padding:5px 40px;
    text-align: center;
}

