#notie_message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F09691;
  z-index: 4000;
}
#notie_message h2 {
  position: absolute;
  color: black;
  font-family: Tahoma;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=notiemessage.css.map */















