body{
	min-height: 100vh; 
	display: flex;
  	flex-direction: column;
}
footer{
	background-color: rgb(176, 36, 24);
	display: flex;
	flex-direction: column;
}
footer p{
	text-align: center;
	margin: 0 50px;
	color: white;
}
main{
	flex: 1;
}