.menuCategory{
    display: flex;
}

.menuCategoryIcon{
    width: 15px;
    height: 15px;
    padding-right: 2%;
}

.scheduleDescriptionContainer{
    border: none;
    font-weight: initial;
    font-size: 1em;
    padding: 2% 0 0 7%;
}

.categoryName{
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Lobster Two', cursive;
}

.season{
    padding-bottom: 10%;
}

.seasonTitle{
    padding-bottom: 3%;
}

.scheduleParagraph{
    padding-bottom: 4%;
}



/*MEDIAS QUERIES*/

@media (min-width: 600px) {
    .categoryName{
        font-size: 1.7em;
    }

    .menuCategoryIcon{
        width: 30px;
        height: 30px;
    }

    .scheduleDescriptionContainer{
        font-size: 1.3em;
    }

    .season{
        padding-bottom: 5%;
    }

    .centerContainer{
        width: 80%;
    }
}