.announcement-bar {
  background-color: #000;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar p {
  color: #E0FC15;
  font-family: var(--font-futura);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-align: center;
}


@media only screen and (max-width: 600px) {
  .announcement-bar {
    min-height: 50px;
    padding: 10px;
  }
}
