@import url('https://fonts.googleapis.com/css?family=Jost&display=swap/css?family=Muli&display=swap');
body{
    background-image: url('/DLS-Player-search/Data/system_images/index_bgs/bg_stadium-day.avif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 50vh;
    font-family: Jost;
    color: whitesmoke;
}
a{
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
}
.header {
    margin-bottom: 0;
}
.heading {
    font-size: 2em;
    font-weight: bold;
    background: linear-gradient(to left, #9c1fc9 10%, #dd11a1 20%,  #9c1fc9 40%,  #6755d9 60%,  #25c3f9 80%, #6755d9 90%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
}
.blurred {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.151);    
    backdrop-filter: blur(5px);
}
.credits {
    text-align: center;
}
.copyright {
    text-align: center;
}
.copyright p {
    margin: 0;
}
.links {
    text-align: center;
}
.links p{
    margin: 0;
}
.link {
    font-size: 0.9em;
}
.contact {
    text-align: center;
}
.contact p {
    margin: 0;
}
@keyframes shine {
    to {
        background-position: 200% center;
    }
}
