body {
  text-align: center;
  line-height: 1.3;
font-family: "input-mono", monospace;
font-style: normal;
font-weight: 100;
  padding: 5;
  width: 800px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin: 1em auto;
   z-index: 1;
}


html {
  scroll-behavior: smooth;
  text-align: center;
}

header {
  font-family: "reflex-pro-variable", sans-serif;
  font-size: 35px;
  letter-spacing: 5px;
  margin: 0px auto 0px auto;
  text-align: center;
  
  color: #95f59b;
}

.button {
  font-size: 20px;
  border-radius: 30px;
  margin: 0.8em auto;
  border: 2px dashed #edb651;
  outline: 2px dotted #edb651;
  outline-offset: 5px;
  font-family: "hydrophilia-iced", sans-serif;
  transition: all 0.1s ease-in-out;
    text-decoration: none;
  color: #95f59b;
  background:   0%;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out;
   position: fixed;
  bottom: 10px;
  right: 40px;
}


.ascii-art {
  font-family: monospace;
  letter-spacing: 0px;
  white-space: pre;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  color: #daed5a;
  background-color: rgba(0, 0, 0, 0.3);
  width: 1200px;
  max-width: 98%;
   border-radius: 30px;
 margin: 2em auto;
  border: 2px dashed #edb651;
  outline: 2px dotted #edb651;
  outline-offset: 5px;
}

.body-container {
  width: 600px;
  text-align: center;
  max-width: 80%;
  color: #daed5a;
  background-color: rgba(46, 8, 32, 0.3);
  border-radius: 30px;
  margin: 1em auto;
  border: 2px dashed #edb651;
  outline: 2px dotted #edb651;
  outline-offset: 5px;
  
}

.header-box {
   background-color: rgba(46, 8, 32, 0.6);
  width: 380px;
  max-width: 90%;
   border-radius: 30px;
  margin: 0.6em auto;
  border: 2px dashed #edb651;
  outline: 2px dotted #edb651;
  outline-offset: 5px;
}




.button:hover,
.button:focus {
  box-shadow: 0 10px 20px #1387ad;
  color: #edb651;

}

@media screen and (max-width: 904px) {
  header {
    margin: 50px auto;
  }
}

*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #5c0b37;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.1);
  border: 2px dotted #edb651;
}



html,
body {
  max-width: 100%;
  overflow-x: hidden;
}


body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}