@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

html {
    font-size: 62.5%;
    font-family: 'Roboto Condensed', sans-serif;
}

* {
    box-sizing: border-box;
}

header {
    font-size: 1.1rem;
    color: #000;
    text-align: center;
    width: 100%;
}

.page-number {
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    border: 1px solid #000;
    padding: 1px 4px;
    margin: 0 5px;
    font-weight: bold;
}

.container {
    width: 1080px;
    margin: 0 auto;
    padding: 0px 19px 10px;
    height: 1290px;
    background: white;
    /* border: 1px solid red; */
}

.top100 {
    margin: 20px;
}

h1 {
    text-transform: uppercase;
    font-size: 3rem;
    margin: 0 0 5px;
    color: #FF7928;
}

h1 span {
    font-size: 1.50rem;
    color: #000;
}

.desc {
    font-size: 1.15rem;
}

ol {
    margin-top: 0;
    margin-left: -20px;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
}

li::marker {
    color: #FF7928;
}

.one_third {
    padding: 10px;
    width: 33%;
}

.one_third li {
    margin-bottom: 5px;
}

li::marker,
.player {
    font-size: 1.4rem;
}

.player_desc {
    font-weight: normal;
}