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

header { 
	min-height:50px; 
}
footer { 
	min-height:50px;  
  margin-top:auto; 
}

.container {
  margin-top: 10px;
}

.row {
  margin-bottom: 1rem;
}