.logo-baax {
	background-image: url(../logo-baxxon.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 10em;
	max-width: 550px;
	margin: 20px auto;
	padding: 0;
}
.bg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50em;
	opacity: 5%;
	margin: auto;
	width: 200%;
	z-index: -1;
}
input {
	padding: 2px;
	border: 1px solid black;
}
footer {
	margin: 0;
	background-color: gold;
	width: 100%;
}
footer .logo-bx {
	height: 4em;
	margin: 10px;
	width: 4em;
}

