#popuphome-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popuphome-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

#popuphome-box button {
  margin-top: 10px;
  padding: 6px 12px;
  border: none;
  background: #333;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
