html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

body {
  font: normal 12px/1.5 'Avenir Next', Helvetica, Arial, sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}


::-webkit-scrollbar{
  display: none;
}

*{
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

html{
  height: 100%;
  background: #000 url(/src/img/bg.jpg) center no-repeat;
  background-size: 100% 100%;
}
html,body{
  height: 100%;
  overflow: hidden;
}

a {
  color:#D3FF00
}

.site-body {
  height:100%;
  overflow: auto;
}


.inbox{
  max-width:680px;
  width:100%;
  margin:0 auto;
  color:#fff;
  font-size:14px;
  min-height: 100%;
  padding: 30px 0 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.the-logo img{
  display: block;
  height: 50px;
}

h1{
  font-size: 42px;
  font-weight: 700;
  color:#D3FF00;
  margin:10px 0 20px;
}

.txt{
  text-align: left;
}
.txt > * {
  margin: 20px 0;
}
.txt h3{
  font-size: 24px
}


.footer{
  font-size:12px;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
}
.footer .links{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer .links a{
  color:#D3FF00;
  font-size: 14px;
}
.footer .copy{
 color:#ffffff50;
}

@media (max-width: 768px) {
  .inbox{
    padding: 50px 20px 20px;
    overflow-x: hidden;
    background:#00000050;
  }
  h1{
    font-size: 32px;
  }
  .the-logo img{
    height: 50px;
  }
  .cover img{
    width: 200%;
    transform: translateX(-25%);
  }
  .txt{
    margin-top: -10px;
    font-size:14px;
  }
  .txt h3{
    font-size:20px;
  }
  .footer{
    margin-top:10px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0;
  }
}