#site-content > .container > .row > .col-12.p-4.m-4 > .text-center > .display-2 {
	text-align: center;
	background-image: url(/media/971-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#site-content > .container > .row > .col-12.p-4.m-4 > .text-center > h1 {
	position: static;
	float: none;
	text-decoration-line: none;
	margin-top: 30px;
}

