.environment {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.5em;
  z-index: 9999;
  background-color: red;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-align: center;
  font-weight: bold;
}
