header {
  margin: 0;
}

.hero-banner {
  height: calc(100dvh - 5rem);
  width: 100%;
  background-color: var(--inactive-color);
}
