﻿.leaguesDirection a {
    font-family: cursive;
    font-weight: bold;
    background-color: #FF7A01;
    color: white;
    border: none;
    width: 45px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
    margin: 0 10px;
}

    .leaguesDirection a:hover {
        background-color: #ffffff;
        color: black;
    }

.mobilePlayerImgSrc
{
    width: 75px;
}
