body {
    background-color: #0d3273;
    color: #00aaff;
    font-size: larger;
    font-weight: bold;
}

body > :not(marquee){
    font-family: "Kode Mono", monospace;
}

ul {
    background-color: dimgrey;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}
h3 {
    font-weight: bold;
}
h4 {
    font-weight: bold;
}

.flex-column {
    background-color: dimgrey;
}

.navbar-light {
    background-color: dimgrey;
    border: 4px solid black; 
    border-radius: 2px;
}

.bg-primary {
    background-image: radial-gradient(dimgrey, #124bae);
}

.bs-sidebar > .navbar-collapse > .nav {
    background-color: dimgrey;
    border-radius: 0px;
}

.navbar-expand-lg .navbar-collapse {
    border: 4px solid black;
    background-color: dimgrey;
    border-radius: 2px;
}

.navbar-brand {
    background-color: dimgrey;
    border: 4px solid black;
    border-radius: 4px;
    font-weight: bold;
    padding: 4px;
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #00aaff
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
    font-size: smaller;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: black;
}

.navbar-dark .navbar-brand {
    color: black;
}

pre {
    background-color: dimgrey;
    border: 4px solid black;
    border-radius: 4px;
}

.hljs-attribute{
    color: #24292e;
}
.hljs-keyword{
    color: #24292e;
}
.hljs-string{
    color: #24292e;
}
.hljs-built_in{
    color: #24292e;
}
.hljs-section{
    color: #24292e;
}
.hljs-meta{
    color: #24292e;
}
.hljs-variable{
    color: #24292e;
}
.hljs-selector-class{
    color: #24292e;
}
.hljs-selector-tag{
    color: #24292e;
}
.hljs-title{
    color: #24292e;
}
.hljs-type{
    color: #24292e;
}
.hljs-number{
    color: #24292e;
}
.hljs-operator{
    color: #24292e;
}
.hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ {
    color: #24292e;
}

.bs-sidebar .nav > li > a {
    font-weight: bold;
    color: black;
}

.modal-content {
    background-color: dimgrey;
    color: black;
    border: 4px solid black;
    border-radius: 2px;
}
.form-control {
    background-color: #0d3273;
    border: 4px solid black;
    border-radius: 2px;
    font-size: larger;
    font-family: monospace, sans-serif;
}
.form-control:focus {
    background-color: #124bae;
    border: 4px solid black;
    border-radius: 2px;
    font-size: larger;
    font-family: monospace, sans-serif;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #00aaff;
}

.col-md-9 > ul {
    border: 4px solid black;
    border-radius: 2px;
}

img {
    width: 64px;
    height: 64px;
    background-image: radial-gradient(#124bae, #00aaff, dimgrey,dimgrey);
}

.mkde-format, .mkde-format-sub, .mkde-inner {
    background: fixed;
    background-color: dimgrey;
}

.mkde-format-sub {
    border: 4px solid black;
    border-radius: 2px;
}

.hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id, .hljs-variable {
    color: #24292e;
}
