header#headerTitle {
  height: 15vh;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 5vw, 4rem);
  font-weight: bold;
  color: #858282;
  background: transparent;
  pointer-events: none;
  z-index: 10;
}