@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400');

html {
  cursor:url("assets/cursor.png"), default;
}

body{ 
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction:column; 
  margin: auto;
  background: #131313;
  color: #bdbcf7;
  font-size: 42px;
  font-family: 'Fira Mono', monospace;
  letter-spacing: -6px;
}

.center {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh;
}

a {
  text-decoration: none;
  color: #bdbcf7;
}

.lower {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -1px;
  font-size: 15px;
}

p {
    color: #bdbcf7;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: 'Fira Mono', monospace;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:auto; 
}

.ontop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:auto; 
    font-size: 6px;
}

.form-label {
  letter-spacing: 0px;
  font-size: 16px;
}

.prompt {
  letter-spacing: 0px;
  color: black;
}

#animate{
  animation: glitch 2s linear infinite;
}

.kek {
  position: absolute;
  display: block;
  bottom: 5%;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

#animate:before,
#animate:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

#animate:before{
  animation: glitchTop 2s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

#animate:after{
  animation: glitchBotom 2.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}

#checkout-button-price_1KIAqTKzrZX41fKVebkwrPtO {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:2%;
}

#paypal-button-container {
  margin-top:0.4%;
}

#paypal-button-container-2 {
  margin-top:0.4%;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
  transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
  animation: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0
}