.notification-bar {
  color: #001b36;
  background-color: #f7971e;
  text-align: center;
  padding: 15px;
  font-size: 1.1em;
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .notification-bar p {
    margin: 0; }
  .notification-bar a {
    color: #001b36;
    text-decoration: underline; }
    .notification-bar a:hover {
      text-decoration: none;
      color: #005aa7; }
