body{
	min-height: 100vh; 
	display: flex;
  	flex-direction: column;
}

.footer{
	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-top: 70px;
	width: 100%;
	height: 80px;
	bottom: 0;
	background-color: #262626;;
}
.footer p {
	color: white;
}
main{
	flex: 1;
}