.postcard{
    text-decoration:none !important;
}

.postcard--flex{
	max-width: 25vw;
}

.card{
	background-color:#121722 !important;
}

.card-img-top{
	max-height: 185px !important;
	width:fit-content;
	margin:auto;
}

.card-date{
	font-size:14px;
}

*{
	--bs-body-bg: #121722;
	color:white !important;
}


#footer{
	background-color:#1d2330 !important;
}

#site-nav{
    background: #1d2330 !important;
    padding: 16px;
}

.masthead{
	border-bottom-color: #1d2330 !important;
}

.greedy-nav a{
	display: inline-flex !important;
}


.img--flag{}

.img--flag_introduction:after{
    content:'';
    background:url(/assets/images/flag_introduction.svg);

}

article.page{
    float: none;
    padding-right: 0px;
    width: 80%;
    margin: auto;
}


@media only screen and (max-width: 575px){
	.postcard--flex{
		max-width: 90% !important;
	}
}


.page__content{
    font-size:0.8rem !important;
}

/*---------*/


.jargon_code{
    padding-left: 20px !important;
    background: #2a3041 !important;
}

.jargon_code code {
    background-color:#2a3041!important;
    color:white !important;
}
.jargon_code pre {
    background-color:#2a3041!important;
}
.jargon_class{
    font-weight:bold !important;
}

.jargon_code .jargon_undefined{
    color: #bd93f9 !important;
    text-decoration:underline !important;
    text-decoration-color:red !important;
}
.jargon_code .jargon_comment{
    color: #888 !important;
}
.jargon_code .jargon_Import{
    color: #bfcb2d !important;
}
.jargon_code .jargon_Datatype{
    color: #19bb98 !important;
}
.jargon_processingInstruction{
    color: #0fc !important;
    font-weight:bold !important;
}
.jargon_ValueObject{
    color: #2ecb70 !important;
}
.jargon_Entity{
    color: #3397da !important;
}
.jargon_Aggregate{
    color: #ff3986 !important;
}
.jargon_code .jargon_Identifier{
    color: #f0c30e !important;
}
#valueobject span{
    color: #2ecb70 !important;
}
#entity span{
    color: #3397da !important;
}
#aggregate span{
    color: #ff3986 !important;
}

.jargon_Interface{
    color: #7359f8 !important;
}
.jargon_Interface{
     color: #7359f8 !important;
}
.jargon_implements{
     color: #DFB9F5 !important;
}

