*{
	height: auto;
	margin: auto;
	box-sizing: border-box;
	z-index: 1;

}
.footer{
	width: 100%;
	height: 25px;
	background: #166105;
	justify-content: center;
	margin-bottom: 0;
	position: relative;
	bottom: 0;
}
.footer p{
	width: 90%;
	margin: auto;
	font-family: sans-serif;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	padding: 2px 40px;

}
@media (min-width:0) and (max-width: 750px){
	.footer{
		width: 100%;
		height: 14px;
		background: #166105;
		justify-content: center;
		margin-bottom: 0;
		position: relative;
		bottom: 0;
		margin: center;
		align-items: center;
	}
	.footer p{
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0;
		font-size: 0.9rem;
		align-items: center;
	}

}
