body {
        line-height: 1;
        background-color: #000;
	background-image: none !important;
        color: #fff;
        font-family: Lexend,sans-serif !important;
}
@font-face { font-family: Lexend; src: url("/css/lexend-latin.woff2"); }

div.navbar {
/*
	background-color: rgba(5, 138, 186,0.5) !important;
*/
	background-color: rgba(111, 69, 179, 0.25) !important;
}

a {
	color: #fff !important;
}
html {	background-color: #000 !important; }

div.card, div.card-body {
	background-color: rgba(111, 69, 179, 0.25) !important;
	color: #fff;
}

div.alert-info {
	background-color: rgba(111, 69, 179, 0.25) !important;
	color: #fff;
}

.help > a {
        color: #6F45B3 !important;
}


