body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.pre-line {
    white-space: pre-line;
}

a.language {
    color: white !important;
    font-weight: bold;
    padding: 3px 5px;
    font-size: 12px;
    margin-left: 2px;
    cursor: pointer;
    transition: ease 200ms;
}

a.language.active {
    background-color: #0accbe;
}

@media (min-width: 830px) {

    ::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 6px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #9c9c9c;
        border: solid 1px white;
        border-radius: 50px;
    }
}