.d-flex > aside > .sidenav.position-sticky.d-flex.flex-column.justify-content-between {
	background-color: rgb(29, 28, 33);
}

.d-flex > .main-content > .container.py-4.my-5 > .row.justify-content-between {
	background-color: rgb(29, 28, 33);
}

.d-flex > .main-content {
	background-color: rgb(29, 28, 33);
}

.d-flex > .main-content > .bg-dark {
	background-color: rgb(29, 28, 33);
}

.loaded > .d-flex {
	background-color: #1d1c21;
}

#site-content > .container.h-100 > .row.h-100.align-content-center > .col-12.p-5.m-5 > .text-center > .display-2 > .la.la-tools.bg-warning.me-2.bg-opacity-50 {
	background-color: #c20013;
	opacity: 1;
	text-decoration-color: #dc3545;
}

