.season_list_links {
    width: 100%;
    padding: 20px;
}
.season_list_links_title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}
.season_list_links_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}
.season_link {
    cursor: pointer;
    white-space: nowrap;
    background-color: rgb(20,20,20);
    margin: 5px 5px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 100px;
    text-decoration: none;
}
.season_link:hover {
    background-color: rgb(30,30,30);
}