#infobar {
  position: relative;
  min-height: 41px;
  width: 100%;
  background-color: #ED1C2E;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

#infobar p {
  text-align: center;
  color: #F5F5F5;
  margin: 0;
  padding: 9px 60px;
  line-height: 1.3;
}

#infobar a {
  color: #F5F5F5;
}
