.top-banner {
  background-color: #0099e5;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}