@charset "utf-8";

 #page-age-verification{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color : #f4f4f4;
  
  background-image : url(kabeni66.gif);
}

  .p-age-verification{
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .p-age-verification__logo img{
    max-width: 100%;
    height: auto;
  }

  .p-age-verification__btns{
    margin: 20px 0;
  }

  .c-btn{
    margin: 5px;
    text-decoration: none;
  }

  .p-age-verification__txt{
    font-size: 16px;
    color: #333;
  }

 .visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  }

a:hover{
  background-color : #ffeaea;
}

@media screen and (max-width: 768px) {
  .p-age-verification__logo img{
    width: 90%;
    height: auto;
  }

  .p-age-verification__btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .p-age-verification__btns a img{
    width: 80%;
    height: auto;
  }

  .p-age-verification__txt p{
    font-size: 0.9rem;
    text-align: center;
  }
}
h2{
  font-size : medium;
}

