@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&family=Rubik+Mono+One&display=swap');

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

/* font sizes */
h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

.vitals {
    font-size: 1.5rem;
}

table,
p {
    font-size: 1.2rem;
}

.focusPage {
    /* border: 1px solid black; */
    width: 1000px;
    margin: 40px auto 0;
    padding: 10px 40px;
    /* height: 1378px; */
    height: 1358px;
    background: white;
}

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;
}

.columnsContainer,
.posHeaders {
    display: flex;
    justify-content: space-between;
}

.players {
    display: flex;
    flex-wrap: wrap;
    align-items: space-between;
    flex-direction: column;
}

.player {
    width: calc((1000px - 80px) / 4);
    min-height: 235px;
    position: relative;
}

.honorsTags {
    color: #ff7928;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 0.9;
    width: 70px;
    text-align: center;
}

h2 {
    margin: 0 0 5px 0;
    padding: 1px 5px;
    text-transform: uppercase;
    width: 22%;
    background: black;
    color: white;
    letter-spacing: 2px;
}

h2::before {
    content: "|";
    color: #ff7928;
    font-size: 2.2rem;
    vertical-align: middle;
    padding-bottom: 5px;
}

h3 {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(85, 85, 85);
}

h3,
.vitals {
    margin: 0;
}

.vitals {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.vitals li span {
    margin-right: 10px;
    font-weight: bold;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.left-align {
    text-align: left;
}

th, td {
    border-bottom: 1px solid black;
    text-align: right;
}

th {
    font-weight: normal;
    color: rgb(85, 85, 85);
}

.forecast {
    font-weight: bold;
}

p {
    margin: 5px 0 10px;
}