html, body {
    background-color: #1D2226;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.sticky-bar{
    margin:auto 0;
    position: fixed;
    top: 0;
    min-height: 3rem;
    left: 0;
    right: 0;
    border-bottom: 1px solid green;
}

.sticky-bar h1{
    color: white;
    font-stretch: condensed;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}

.content {
    text-align: center;
}

.links > a {
    color: white;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.title {
    color: white;
    font-weight: 500;
}

.m-b-md {
    margin-bottom: 30px;
}

.content > .title {
    min-width: 350px;
}

.container {
    padding-top: 1rem;
}
.wrapper-bar{
    display: flex;
    flex-direction: column;
    position: fixed;
}

.wrapper-bar .links {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.wrapper-bar .links a {
    display: block;
    margin-bottom: 10px;
}

pre {
    display: block;
    font-size: 15px;
}

p code{
    background-color: #919CA5;
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
    margin: 5px;
    border-radius: 3px;
}

.highlight {
    background-color: lightgrey;
}

.highlight pre {
    color: #0078f9;
}
