:root {
  --entry-content-margin-top: 0;
}
body #page.site {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding-top: 163px;
  min-height: calc(100vh - 163px);
}
body #page.site::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
@media (max-width: 1000px) {
  body #page.site {
    padding-top: 37px;
    min-height: calc(100vh - 37px);
  }
}
