/* Inside your CSS */

.offline-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ff6666;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}

