
#header_development {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	height: 60px;
  z-index: 2;
  background-color: yellow;
  color: red;
}

header[id^="header_local"] {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	height: 60px;
  z-index: 2;
  background-color: red;
  color: cyan;
}

#header_docker {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	height: 60px;
  z-index: 2;
  background-color: cyan;
  color: red;
}