<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bottomBar{
	position: relative;
	height: 150px;
	padding-top: 20px;
}
.footCont{
	position: relative;
}
.logo_left {
	position: absolute;
	left: 60px;
	top: 30px;
}
.logo_right {
	position: absolute;
	right: 50px;
	top: 36px;
}
.footCont p{
	text-align: center;
	line-height: 30px;
	margin: 0;
}</pre></body></html>