.site-header {
  background: var(--black);
  border-bottom: 1px solid #111;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.site-footer {
  border-top: 1px solid #111;
  padding: 30px 0;
  text-align: center;
}
