body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0
}

main {
    flex-grow: 1
}

textarea {
  max-width: 100%;
}

img {
    max-width: 100%;
    border-radius: .2rem
}

pre {
    overflow-x: auto;
    border: .1rem solid #d3d3d3;
    padding: 1rem
}

code {
    font-family: SFMono-Regular, Consolas, liberation mono, Menlo, Courier, monospace
}

.nav {
    list-style: none;
    display: flex;
    flex-flow: row-reverse wrap-reverse;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.nav-item:nth-child(1) {
    order: 5
}

.nav-item:nth-child(2) {
    order: 4
}

.nav-item:nth-child(3) {
    order: 3
}

.nav-item:nth-child(4) {
    order: 2
}

.nav-item:nth-child(5) {
    order: 1
}

.nav-item--title {
    flex-grow: 1
}

.nav-link {
    font-size: 1.25rem;
    color: #fff;
    padding: .5rem 1rem
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline
}

.header-title {
    margin: 1.5rem .5rem 0 0
}

.header-link {
    color: inherit
}


.footer {
    text-align: center;
    margin: 1rem 0
}

.container {
    max-width: 42rem;
    margin: auto
}

.content {
    padding: 0 1rem
}

.nav-bg {
    background: rgb(0, 0, 0)
}

.link {
    font-weight: 700;
    text-decoration: none;
    display: inline-block
}
