#toptitle {
    text-align:center;
    font-size:75px;
    color:white;
    font-family:arial;
}

header {
    background-color:gold;
    padding:15px;
    margin:0px;
}

body {
    background-color:black;
}

main {
    margin:0px;
    padding:30px;
    font-family:arial;
    background-color:white;
}

p {
    font-size:25px;
    text-align:center;
}

h3 {
    font-weight:bolder;
    text-align:center;
    font-size:30px;
    margin:20px;
}

.listsport:hover{
    opacity:0.75;
}


.listsport {
    transform:translate(600px,0px);
    background-color:black;
    color:white;
    padding:10px;
    margin:10px;
    width:30%;
    font-size:25px;
}


.list_title{
    font-weight:bold;
    color:gold;
}

section {
    background-color:gold;
    padding:10px;
}

.cost {
    color:yellow;
    border-color:white;
    background-color:black;
    margin-left:auto;
    margin-right:auto;
    font-size:50px;
    
}
    
.team_para {
    padding:10px;
}

.team_para:hover {
    background-color:black;
    color:white;
}

@keyframes links {
    from {
        width:100px;
        height:100px;
        filter:blur(1px);
    }
    to {
        width:200px;   
        height:200px;
        filter:blur(0px);
    }
}

.linkedimg{
    width:100px;
    height:100px;
    margin:75px;
}

.linkedimg:hover {
    animation:links 2s forwards;
}

a>img {
    filter:blur(1px);
}

.home_image {
    background-color:black;
    margin:20px;
}











.playerimg {
    width:300px;
    border-style:solid;
    border-width:10px;
    border-color:black;
    margin:135px;
    transition:width 1s;
}

.playerimg:hover {
    filter:grayscale(70%);
    width:325px;
}

.nile {
    background-color:gold;
    padding:10px;
}


.para_player {
    background-color:#FFEB43;
    color:black;
    padding:10px;
    margin:20px;
    transition:font-size 0.5s;
}

.para_player:hover {
    background-color:#ffbf00;
    font-size:30px;
}

.otherplayer {
    padding:10px;
    margin:20px;
    transition:font-size 0.5s;
}

.otherplayer:hover {
    background-color:#dcdcdc;
    font-size:30px;
}







main>h1 {
    text-align:center;
    font-size:50px;
}

span>table {
    border-color:gold;
    text-align:center;
    font-weight:bold;
    background-color:black;
    color:gold;
    font-size:30px;
    margin-right:auto;
    margin-left:auto;
}

iframe {
    margin:40px;
}

a>img {
    filter:blur(1px);
}