body {
    background-image: url(/Images/leaderboard.png);
}

@font-face {
    font-family: gyrochrome;
    src: url(/Fonts/gyrochrome/fonts/otf/Gyrochrome-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: gyrochrome;
    src: url(/Fonts/gyrochrome/fonts/otf/Gyrochrome-Bold.otf);
    font-weight: bold;
}

.Container {
    text-align: center;
}

.TitleText {
    text-align: center;
    color: crimson;
    text-shadow: 3px 3px darkred;
    font-family: gyrochrome;
    font-weight: bold;
}

.Text {
    color: black;
    font-family: gyrochrome;
    font-weight: normal;
}

.BackButton {
    background-color: burlywood;
    border-radius: 50%;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: gyrochrome;
    font-weight: normal;
    opacity: 0.5;
}

.BackButton:hover {
    opacity: 1;
}