body,
html {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    background-color: black;
}

img{
    border: 1px solid white; padding: 3px;
}

.no-border{
    border: none;
}

.tabs li.is-active a {
    color: white;
    border-bottom-color: white;
}

.tabs ul {
    border-bottom-color: black;
}

.tabs a {
    border-bottom-color: #7a7a7a;
}

.tabs a:hover {
    color: white;
    border-bottom-color: white;

}

.has-border-radius-6 {
    border-radius: 6px;
}

.has-margin-auto {
    margin: auto;
}

.has-font-serif {
    font-family: 'Noto Serif', serif;
}

.has-width-10 {
    width: 10%;
}

.has-width-30 {
    width: 30%;
}

.has-width-50 {
    width: 50%;
}

.has-width-70 {
    width: 70%;
}

.has-margin-top-3 {
    margin-top: 3rem;
}

.has-margin-bottom-3 {
    margin-bottom: 3rem;
}

.has-margin-top-1 {
    margin-top: 1rem;
}

.has-margin-bottom-1 {
    margin-bottom: 1rem;
}

.has-padding-top-1 {
    padding-top: 1rem;
}

.has-padding-bottom-1 {
    padding-bottom: 1rem;
}

.has-padding-left-1 {
    padding-left: 1rem;
}

.has-padding-right-1 {
    padding-right: 1rem;
}

.has-padding-top-3 {
    padding-top: 3rem;
}

.has-padding-bottom-3 {
    padding-bottom: 3rem;
}

.has-padding-right-1 {
    padding-right: 1rem;
}

.has-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.comp-content-blur {
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

.comp-content-blur .comp-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background-image: linear-gradient(to bottom, transparent, white);
}

.has-image-border {
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
}

pre {
    background-color: #23241f;
    word-break: break-word;
    border-radius: 6px;
}

.content{
    /* font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal; */
}

.content pre {
    white-space: pre-wrap;
}

a.navbar-item:hover {
    background-color: black;
    color: white;
    border-bottom: 2px solid white;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    color:white;
}
.content{
    font-size:100%;
}

.content a{
    color:white;
    text-decoration: underline;
}

.content table thead td, .content table thead th{
    color:white;
}

.content blockquote{
    color:white;
    background-color: black;
    border-left:3px solid #ff0000;
}

.highlight{
    color:white;
    border:1px solid white;
}

.content strong {
    color:white;
}

.button-share a:hover{
    color:red;
}