body{
	min-height: 100vh; 
	display: flex;
  	flex-direction: column;
}
footer{
	background-color: #262626;
	display: flex;
	flex-direction: column;
}
footer p{
	text-align: center;
	margin: 0 50px;
	color: white;
}
main{
	flex: 1;
}