
.italic {
    font-style: italic;
}

.project-title {
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.info-box {
    padding: 5px;
    margin: 5px;
    margin-bottom: 10px;
    color: white;
    background-color: var(--bs-info);
    border-radius: 3px;
}

.code-block {
    background-color: #ebebeb;
    border-radius: 6px;
}

.code-block .kw {
    color: #cf222e;
}

.code-block .fn {
    color: #8250df;
}

.code-block .cl {
    color: #0550ae;
}

.code-block .ns {
    color: #bb4600;
}

.version-1 {
    color: steelblue !important;
    font-weight: bold;
}

.version-1dot5 {
    color: lightcoral !important;
    font-weight: bold;
}

.version-2 {
    color: goldenrod !important;
    font-weight: bold;
}



