* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Joystix Monospace';
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

@font-face {
  font-family: 'Joystix Monospace';
  src: url('./fonts/JoystixMonospace-Regular.woff2') format('woff2'),
    url('./fonts/JoystixMonospace-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*  */
.page-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.page-header .page-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-wrapper {
  height: 100vh;
}

.page-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  overflow-y: auto;
  flex-wrap: wrap;
  padding-top: 80px;
}

/* .gif-girl{max-width: 300px;} */

.content_box {
  text-align: center;
}

.content_box h2 {
  font-size: 36px;
  letter-spacing: 3px;
}

.gif-girl {
  max-width: 500px;
  width: 100%;
}

.typed_letter {
  max-width: 500px;
  background: #fff;
  border: 4px solid #000;
  padding: 20px;
  margin: 25px auto 20px;
  color: #000;
  font-size: 27px;
  border-radius: 10px;
}

.border_btn {
  background: #fff;
  border: 2px solid #000;
  padding: 12px 30px;
  border-radius: 45px;
  font-size: 16px;
}

.wallet-adapter-button {
  background: #fff  !important;
  border: 2px solid #000  !important;
  padding: 12px 30px  !important;
  border-radius: 45px  !important;
  font-size: 16px  !important;
  color: black !important;
  font-family: 'Joystix Monospace' !important;
  font-size: 16px !important;
}

.border_btn {
  margin: 0 5px;
  font-family: 'Joystix Monospace' !important;
}

.border_btn {
  margin: 0 5px !important;
  font-family: 'Joystix Monospace' !important;
}


.share-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.share-box a {
  margin: 0 10px;
  text-decoration: none;
}

.share-box svg {
  width: 25px;
  height: 25px;
}

.share-box svg .twt-sgr {
  width: 55px;
  height: 22px;
}

.content_box p {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.captcha-submit{
  margin-top: 15px !important;
}

.btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-box .border_btn:not(:last-child) {
  margin-bottom: 10px;
}

.btn-box .border_btn {
  min-width: 200px;
}

/* 02 June */
.music-box {
  position: absolute;
  right: 20px;
  top: 20px;
}

.music-box a {
  text-decoration: none;
}

a.play-music-prompt {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(Close.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

a.stop-music-prompt {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url(Opn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.disconnect_btn {
  background: #fff;
  border: 2px solid #000;
  padding: 10px 20px;
  border-radius: 45px;
  font-size: 12px;
  margin: 0 5px;
  font-family: 'Joystix Monospace' !important;
  position: absolute;
  left: 20px;
  top: 20px;
  color: red;
  border-color: red;
}

.typed_letter { border-radius: 0; border-style: double; border-width: 10px; max-width: 600px; }
.border_btn { font-size: 16px !important; color: #000 !important; }

.share-box svg.class-a {
  width: 85px;
}

.share-box svg.class-b {
  display: none;
}


@media (max-width: 767px) {
  .content_box button.border_btn {
    width: 100%;
    margin: 0 0 10px;
  }

  .typed_letter {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
  }

  .page-container {
    max-width: 100%;
  }

  .wallet-adapter-dropdown {
    margin-top: 15px;
  }

  .option-sendtrans {
    margin-top: 15px !important;
  }

  .typed_letter p {
    word-break: break-word;
  }
  .share-box svg.class-a {
    display: none;
    }
    .share-box svg.class-b {
        display: inline-block;
        height: 50px;
        width: 25px;
    }
  .content_box h2 { font-size: 22px; } .content_box { padding-top: 40px; } .typed_letter { font-size: 16px; margin: 0; } .typed_letter { padding: 15px; border-width: 2px; }.typed_letter p{margin: 0;}
  .content_box p { font-size: 16px; line-height: 22px; } .disconnect_btn { font-weight: normal; } .page-body { position: relative; }
  .ads-cls { margin-top: 20px; } 
.content_box { padding-top: 30px; } 
.music-box a.play-music-prompt { width: 25px; height: 25px; } .music-box { top: 10px; right: 15px; }
.wallet-adapter-modal-list .wallet-adapter-button {
  font-size: 12px !important;
}
}