html,
body {
  height: 100vh;
}

.header {
  height: 80px;
}

.main {
  height: calc(100vh - 160px);
}

.footer {
  height: 80px;
}
