.announcement-bar {
  background-color: #ffe993a8;
  color: #000;
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
/* body { */
  /* padding-top: 50px; Prevent content from being hidden behind the bar */
/* } */
