.horizontal_container {
    width: 100%;
    padding-top: 8px;
    margin-right: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.horizontal_container_child {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px;
    text-align: start;
    font-size: small;
    border-radius: 8px;
    font-weight: bold;
    color: #fff;
}

.league_big_image{
    background: white;
    border-radius: 8px;
    padding: 4px;
    width: 10vmin;
    min-height: 50px;
    min-width: 50px;
    text-align: left;
    margin-right: 8px;
    height: 10vmin;
}

.league_big_title{
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
}
.league_current_season{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
