.maintenance-box {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgb(255, 106, 106);
  padding:1em;
  text-align: center
}
