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

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

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

header span.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: 1020px; */
    /* height: 1358px; */
    height: 1000px;
    margin: 0 auto;
    padding: 0px 30px 10px;
    background: white;
    /* border: 1px solid red; */
}

h1, h2, h3 {
    text-transform: uppercase;
}

h1 {
    text-align: center;
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 2.2rem;
    border-left: 4px solid #FF7928;
    padding-left: 5px;
    margin: 0;
}

p {
    font-size: 1.5rem;
    break-inside: avoid;
    width: 90%;
}

p span {
    font-weight: bold;
}

.players {
    height: 1000px;
    width: 100%;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
}

.columns {
    column-count: 3;
}

