body {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Bitter', serif;
    background-color: #E8E8E8;
    color: #272D2D;
    /* font-size: 1.1em; */
    line-height: 1.5;
    padding: 80px 0;
}

.content img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    color: #387780;
    line-height: 1;
}

h1 {
    font-size: 4rem;
    color: #387780;
}
h2 {
    font-size: 2em;
}
h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: -10px;
    border-bottom: 5px solid #F3A712;
    display: inline-block;
}

.subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #e83151;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: -30px;
}

a, a:visited, a:active {
    color: inherit;
}

.content a.button {
    display: inline-block;
    padding: 10px 25px;
    background: #387780;
    border-bottom: none;
    color: #fff;
    border-radius: 100px;
    margin: 25px 0;
}

.content a.button:hover {
    background: #e83151;
}

code {
    padding: 1px 3px;
    vertical-align: text-bottom;
    font-size: .85em;
    background: #ccc;
    /* color: #fff; */
    border-radius: 3px;
    font-family: 'Roboto Mono', monospace;
}

.content a {
    text-decoration: none;
    border-bottom: 3px solid #F3A712;
}

.content a:hover {
    background: #F3A712;
}

.content p, .content li {
}

.content strong {
}

.menu {
    margin-left: -2px;
}

.menu a {
    color: #96939B;
    font-weight: 600;
    text-decoration: none;
    padding: 0 2px;
    font-family: 'Roboto Mono', monospace;
}

.menu a:hover, .menu .active {
    color: #EDF2F4;
    background: #F3A712;
}

.navigation, .nobullets, .home ul {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

.navigation li {
    display: inline-block;
}

/* Image caption */
img + em {
    display: block;
    color: #96939B;
    font-style: normal;
    margin-top: -0.4em;
    margin-bottom: 2em;
    font-size: 0.7em;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
}

.kader, .app-tips {
    background-color: #387780;
    color: #fff;
    padding: 0 20px 20px;
    margin: 40px 0;
    border-radius: 10px;
}

.app-tips {
    width: 50%;
}

.app-tips a {
    text-decoration: none;
}

.app-tips a:hover {
    text-decoration: underline;
}

.kader h1, .kader h2, .kader h3, .app-tips h2 {
    color: #fff;
}

mark {
    background: #F3A712;
}