@font-face {
    font-family: "SL" ;
    src: url(SoccerLeague.ttf);
}

.GSB { 
    text-decoration: none;
    background: transparent;
    color: #fff;
    font-family: "SL";
    font-size: 3rem;
    transition: all 400ms ease;
    letter-spacing: 1.5px;
    margin-top: 1.5rem;
    
}