.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* background-color: var(--dark-neutral); */
  background-color: RGB(22, 25, 37, .85);
  width: 100vw;
  height: 7vh;
}
.title {
  color: var(--light-neutral);
  font-size: 2em;
  font-weight: 900;
  margin-left: 1em;

}