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

html, body {
    margin: 0px;
    padding: 0px;
}

body {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: black;
    color: white;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

h6 {
    font-size: 16px;
}

h5 {
    font-size: 18px;
}

h4 { 
    font-size: 20px;
}

h3 {
    font-size: 22px;
}

h2 {
    font-size: 24px;
}

h1 {
    font-size: 28px;
}

.site-header a {
    display: inline-block;
    margin: 0;
    padding: 1.5em;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.page-title a {
    color: white;
    text-decoration: none;
}

.page-selector {
    appearance: none;
    display: inline-block;
    padding: 0 .25em;
    width: 48px;
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    color: white;
    background: black;
    cursor: pointer;
    border: none;
    border-radius: 2px;
}

.page-selector-prev,
.page-selector-next {
    display: inline-block;
    font-size: 2em;
    color: white;
    text-decoration: none;
    padding: 0 .25em;
    border-radius: 2px;
}

footer { 
    padding: 8rem 0 3rem;
    text-align: center;
}