body {
	background-color: #efefef;
}
.form-control {
	background-color: transparent;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: var(--bs-danger);
	color: var(--bs-light);
	width: 100%;
	padding: 5px;
}
a,a:hover {
	color: inherit;
	text-decoration: none;
}