/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

#archive {
  margin-top: max(8rem, 80px);
}
@media screen and (max-width: 550px) {
  #archive {
    margin-top: 65px;
  }
}
#archive .archive__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}/*# sourceMappingURL=archive.css.map */