/* CSS Document */
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 65vh;
}
 
footer {
  margin-top: auto;
  bottom:0;
}