html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
body {
  overflow-x: hidden; 
  font-family: 'helvetica';
  line-height: 1.6;
  background-color: #ddd;
  display:block; width:100%;
}
a {
  top:8px;
}
p{
	white-space: nowrap;
	text-align: center;
}
span::before {content: '\A'; white-space: pre;}

h5{
  font-size: 0.2em;
}
h4{
  color: #786057;
  text-align: center;
}
h2{
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  translate: 0px 5px;
}
button{
  background-color: #395021;
  font-size: 1.2em;
  margin: 10px;
  border: none;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 5px;
}
a:link, a:visited {
  color: white;
  text-decoration: none;
  display: inline-block;
}
#linktext{
  color: purple;
}
/*header*/
.header{
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1;
}
.nav{
  position: relative;
  display: flex;
  width: 90%;
  height: 100px;
  max-width: 2200px;
  margin: 0 auto;
}
.link{
  position: absolute;
  top: 10px;
  width: 50px;
}
#logo{
  width: 200px;
}
#opensea{
  right: 280px;
}
#twitter{
  right: 210px;
}
#instagram{
  right: 140px;
}
#discord{
  right: 70px;
}
#contact{
  right: 0px;
}




/*contents*/
.container{
  position: relative;
  style="display: table; 
  height: 400px; 
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background: rgb(221,221,221);
  background: radial-gradient(circle, rgba(221,221,221,1) 0%, rgba(189,189,189,1) 100%);
}
.vertcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}
.vertcenter h4{
  position: absolute;
  top: 35%; left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  word-wrap: break-word;
  color: #777;
  font-weight: lighter;
  font-size: 2em;
  margin: 0px;
  z-index: 1;
  text-overflow: ellipsis;
   
}
.icon{
  position: relative;
  transform: translateY(-50px);
  height: 200px;
  margin: 10px;
}
.content{
  position: relative;
  margin: 0;
  border: none;
}
.info{
  background-color: #ddd;
  width: 100vw;
  height: 240px;
  color: #9c8676;
}
.gap{
  background-color: #ddd;
  width: 100vw;
  height: 40px;
  color: #9c8676;
}
.progress{
  background-color: #ddd;
  width: 100vw;
  color: #9c8676;
}
.info h1{
  color: #395021;
}
.art{
  position: relative;
  width: 50vw;  
}
#art_01{
  position: relative;
  width: 100vw;
}
#art_02{
  position: relative;
  width: 100vw;
}
#art_03{
  position: relative;
  width: 50vw;
}
#art_04{
  position: relative;
  width: 50vw;
}
#art_05{
  position: relative;
  width: 50vw;
  transform: translateY(-100px);
}
#art_03 h4{
  font-size: 0em;
  color: grey;
}
#panaceer{
  position: relative;
  width: 10vw;
}
#QR{
  position: relative;
  width: 180px;
}

.promotion{
  width: 140px;
}
#name{
 font-size: 1.4em;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 70px; 
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #242041;
  color: white; 
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}
#copy{
  background-color: #395021;
  border-radius: 10px;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
#myInput{
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    border: none;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.footer{
  width: 100%;
  position: fixed;
  height: 50px;
  bottom: 0px;
  z-index: 1;
  font-size: 1em;
  background-color: #4a4549;
}
.footer h4{
  color: white;
  font-size: .9em;
  transform: translate(0px, 14px);
}
@media only screen and (max-width: 500px) {
  .link{
  position: absolute;
  top: 10px;
  width: 55px;
}
.nav{
  position: relative;
  display: flex;
  width: 90%;
}
#logo{
  width: 0px;
}
#opensea{
  right: 240px;
}
#twitter{
  right: 180px;
}
#instagram{
  right: 120px;
}
#discord{
  right: 60px;
}
#contact{
  right: 0px;
}
.promotion{
  width: 100px;
}
.icon{
  height: 110px;
  margin: 2px;
}
.vertcenter h4{
  font-size: 1em;   
}
.info h1{
  font-size: 1em;
}
.info h4{
  font-size: .8em;
}
.content video{
  width: 200px;
  height: 200px;
}
.footer{
  height: 40px;
  font-size: .8em;
}