#global-flash-popup {
  display: none;
  position: fixed;
  background: #000;
  color: #fff;
  bottom: 7rem;
  z-index: 99999999;
  margin: auto;
  text-align: center;
  left: 10%;
  width: 80%;
  border-radius: 0.4rem;
}

#global-flash-popup .global-flash-body {
  margin: 1rem 2rem;
}
