
body{
  overflow:hidden;
  padding: 0px;
  margin: 0px;
  font-size:30px;
  background-image: url(https://theghostnoetic.neocities.org/1%20year/skye.gif);
  font-family: Freckle Face;
  }

.freckle-face-regular {
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
}
.unkempt-regular {
  font-family: "Unkempt", cursive;
  font-weight: 400;
  font-style: normal;
}

.unkempt-bold {
  font-family: "Unkempt", cursive;
  font-weight: 700;
  font-style: normal;
}



#fullcontainer{
  color:#ebf1d9;
  width:100%;
  height:100vh;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container{
  background:black;
  width:50vw;
  border:1px solid lime;
  padding:5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  animation:appear 3s ease, floating 2s ease-in-out infinite alternate;
  }
#gtkm{
  animation:none;
  font-size:20px;
  }  
  
#titlecontainer{
  width: 100%;
  height: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  
#buttoncontainer{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  }
  
#title,.button{;
margin-left: 10px;
margin-right:10px;
  }
  .button a{
    color:lime;
    text-decoration:none;
    text-shadow: 0px 0px 20px #25ff00;
    transition: ease-in-out 0.5s;}
  .button a:hover{
    color:white;
    transition: ease-in-out 0.5s;
    }  
  
#space{
  height:30px;}


@keyframes appear{
  0% {opacity:0%; transform:translate(0px, -20px);}
  100% {opacity:100%; transform:translate(0px, 0px);}
  }
  
@keyframes floating{
  0% {transform:translate(0px, -10px)}
  100% {transform:translate(0px, 0px)}
  }  

.note{
  font-size: medium;
    position: absolute;
  bottom:30px;
  }

#green{
  color:lime;
  font-size:35px;
  }
  
#big{
  font-size:40px;
  }  
img{
  width:inherit;
  }
p{
  font-weight: bolder;
  font-family:"Unkempt";
  }

#overlaybox{
  position:absolute;
  }  
#overlay{
    pointer-events: none;
    mix-blend-mode: color-burn;
    opacity: 45%;
    z-index: 1;
    background-image: url(https://file.garden/ZGE2syhvAk-Bo6zu/pixel.png);
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
.page{
  z-index:2;
  pointer-events: none;
  height:auto;
  }

#secret {
  display: none;
    }  
    
#inputArea{
    top: 25vw;
    text-align: center;
    left: 30vw;
    right: 30vw;
    position: fixed;
    color: #ffffff;
    font-size: 25px;
  }    


 /*MOBIL CHANGES*/

@media only screen and (max-width: 759px){
  
  #buttoncontainer{
  flex-direction: column;
  }
  
  #gtkm{
  width:90%;
  }
  
  .container{
  margin-top:20px;
    }
  
  
  
  }

/*MOBIL CHANGES*/



