/*QuickReset*/*{margin:0;box-sizing:border-box;}


body {    
  flex-direction: column;            /* body - or any parent wrapper */
  display: flex;
  min-height: 100vh;
  color:#4D4D4D;
  font-family:sans-serif
}

main {
  flex: 1;
  text-align:center;
}

footer {
	min-height: 50px;
	text-align:center;
}