.age-verification-main {

  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #000000;

  gap: 3.13vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  display: none;
  
}

.ip-message {
  width: 17.66vw;
  height: 14.53vw;
}

.btn-list {
  gap: 6.2vw;
  display: flex;

}

.btn-1,
.btn-2 {
  /* width: 20.42vw;
  height: 6.67vw; */
  width: 100%;
  height: 100%;
}

.btn-box {
  width: 20.42vw;
  height: 6.67vw;
  position: relative;
}

.btn-1-text,
.btn-2-text {
  width: 14.64vw;
  height: 1.72vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}