.push-bar {
    background-color: #E84C3D;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    color: #fffdfd;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
    font-family: "Roboto";
}
.push-subscribe-button {
  border: 2px solid #d80000;
  padding: 5px 10px;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
}