#popup-gg {
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 500px;
  left: 50%;
  background-color: #fccc02;
  color: #000;
  padding: 25px 30px;
  font-size: 16px;
  border: 2px solid #000;
  z-index: 1000;
}

#popup-gg-opc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0.3;
  z-index: 999;
}

#popup-gg button {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  border: none;
  font-size: 30px;
  background-color: transparent;
}