header.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  background-color: white;
  top: 0;
  position: fixed;
  z-index: 2001;
}

header.navbar img {
  height: 3rem;
}
