
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgb(45 50 55) !important;
}

h1 {
	font-size:calc(1.175rem + 1.5vw);
	margin:  8px 0 0;
}

p {
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 3px;
}

.mb-3 {
	margin-top: 1rem;
}