:root {
  --body-gutter-Y: 40px;
}

body:not(.home) main {
  padding-top: calc(var(--body-gutter-Y) + 20px);
}
