@font-face {
    font-family: Ironstrike;
    src: url(/ironstrike-normal.woff);
}

* {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, span {
    color: #FBC205;
    font-family: Ironstrike;
}


.lead-time {
    font-size: 60px;
}

.place {
    font-size: 60px;
}

h1 {
    font-size: 160px;
}

h2 {
    font-size: 80px;
    width: auto;
    color: #fd2525;
}

h3 {
    font-size: 60px;
    color: white;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url(/clouds.jpg);
    background-size: cover;
}

.leaderboard {
    display: grid;
    grid-template-rows: auto 1fr;
    row-gap: 30px;
    justify-items: center;
    align-items: center;
}

.leader-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    column-gap: 100px;

    width: 1600px;
}

.leader-list {
    display: grid;
    width: 100%;
    row-gap: 30px;
    justify-items: center;
}

.leader {
    display:grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 15px;
    width: 100%;
    padding-bottom: 60px;
}