#footer {
	width: 100%;
	height: 12vh;
	margin-top: auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	background-color: var(--basecolor);
	color: var(--blacktext);
	display: flex;
	font-weight: 600;
}

#foot p {
	justify-content: center;
}

@media (min-width: 850px) {
	#footer {
		height: 18vh;
	}
}
