body {
    background-image: linear-gradient(to bottom right, #101011, #282829);
    min-height: 100vh;
    color: #FFFFFF;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.banner {
    margin-bottom: 20px;
    margin-top: 20px;

}

.innerBody {
    margin: auto;
    width: 70%;
}

.links {
    margin: auto;
    margin-bottom: 50px;
}


.info {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 2em;
    font-family: monospace;
    margin-bottom: 50px;
}

.promotitle {
    font-weight: bold;
    margin-top: 4em;
}

.promobody {
    font-style: italic;
}

.playerList {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    gap: 25px;
}

a:link, a:visited {
  color: white;
}


