.top-message-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-family: Arial, sans-serif;
  z-index: 1000;
}