#body {
  min-height: calc(100vh - 170px);
}

.nav-content-wrapper {
  display: flex;
  align-items: stretch;
}

@media only screen and (max-width: 599px) {
  #body {
    min-height: calc(100vh - 194px);
  }
}

main{
  width: 100%;
}
