body, html {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer {
  background-color: #f5f5f5;
  height: 60px;
  line-height: 60px;
  font-size: 80%;
}