.notification-alert {
  position: fixed;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 1000;
  display: none;
  font-size: 20px;
}