/* we need to style the popup with CSS so it is placed as a popup does */

#popup {
  display: none;
  position: fixed;
  margin: 0 auto;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 50px 2px #000;
  background-color: #0b3c5d;
  z-index: 1;
}