.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.navlink {
  color: #fff;
  font-family: Comic Relief, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.navlink:hover {
  color: red;
}

.button {
  text-align: center;
  vertical-align: baseline;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 0;
  padding: 8px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 2px #000;
}

.button:hover {
  background-color: #000;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar {
  grid-column-gap: 500px;
  grid-row-gap: 500px;
  background-color: #16161d;
  border-bottom: 0 solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.hero-section {
  padding: 30px 16px;
}

.hero-container {
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: center;
  background-color: red;
  border: 2px solid #000;
  border-radius: 8px;
  margin-left: 280px;
  margin-right: 280px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 4px 2px #000;
}

.heading {
  line-height: 200px;
}

.heading-2 {
  color: #ff0;
  text-align: center;
  text-shadow: 4px 4px #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 110px;
}

.bold-text {
  color: #07c107;
  position: relative;
  bottom: 40px;
}

.image {
  z-index: 1;
  background-color: #0000;
  border: 0 solid red;
  border-radius: 20px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: static;
  bottom: 80px;
}

.stats-block {
  margin-left: 0;
  margin-right: 0;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Changa One, Impact, sans-serif;
}

.copy-addy-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #deffde;
  border: 4px solid #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px 0;
  display: flex;
  box-shadow: 8px 6px #000;
}

.addy-block {
  flex: 0 auto;
  align-self: center;
  padding: 10px 10px 0;
  font-family: Comic Relief, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.btn {
  background-color: #333;
  flex: 0 auto;
  align-self: center;
  padding: 20px 48px;
  font-size: 12px;
  font-weight: 900;
}

.btn.copy {
  text-align: center;
  background-color: #07c107;
  border: 2px solid #000;
  border-radius: 20px;
  align-self: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
}

.btn.copy:hover {
  background-color: red;
}

.btn.cta {
  background-color: red;
  border: 3px solid #000;
  border-radius: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 6px 5px #000;
}

.btn.cta:hover {
  box-shadow: none;
  transform: scale(.95);
}

.btn.cta.white {
  color: #000;
  background-color: #fff;
  border-color: red;
  border-radius: 10px;
  box-shadow: 6px 5px red;
}

.stats-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: block;
}

.stats-card {
  background-color: #87ceeb;
  border: 4px solid #000;
  padding: 24px;
  box-shadow: 4px 3px #000;
}

.paragraph-2 {
  font-size: 11px;
}

.paragraph-3 {
  color: #0006;
  font-weight: 700;
}

.text-block {
  font-weight: 700;
}

.text-block-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.image-2 {
  border: 0 solid #87ceeb;
  border-radius: 50px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}

.cta-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lore-section {
  background-color: #ffb1b1;
  border-top: 3px solid #000;
  padding: 80px 15px;
}

.lore-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-5 {
  color: red;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.h2 {
  color: #fff;
  text-shadow: 3px 3px #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.text-span {
  text-decoration: underline;
}

.text-span-2 {
  color: #07c107;
}

.paragraph-6 {
  color: gray;
  text-align: right;
  font-size: 11px;
  position: static;
}

.italic-text {
  font-size: 10px;
  position: relative;
  top: 80px;
}

.btnn {
  background-color: #0bce0b;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 16px 40px;
  font-family: Luckiest Guy, sans-serif;
  font-size: 18px;
}

.btnn:hover {
  background-color: red;
}

.text-block-3 {
  color: #333;
  text-align: center;
  margin-top: 30px;
  margin-left: 150px;
  margin-right: 150px;
  font-size: 16px;
  line-height: 25px;
}

.div-block {
  margin-top: 40px;
}

.lore-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.lore-card {
  background-color: #0f0;
  border: 3px solid #a3a3a3;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 7px 4px #000;
}

.lore-card.yellow {
  background-color: #ff0;
}

.lore-card.red {
  background-color: red;
}

.lore-icon {
  height: 50px;
}

.heading-3 {
  font-family: Changa One, Impact, sans-serif;
}

.heading-4 {
  font-family: Permanent Marker, sans-serif;
  font-size: 22px;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tokenomics-section {
  background-color: #ffb1b1;
  border-top: 3px solid #000;
  padding: 80px 16px;
}

.token-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  color: #fff;
  text-shadow: 4px 4px 1px #33333387;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 130px;
  font-weight: 800;
  line-height: 140px;
}

.token-textwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 4px solid #fff;
  padding: 24px 12px;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  align-self: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 12px;
}

.text-block-4 {
  color: red;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.text-span-3, .text-span-4 {
  color: red;
}

.image-3 {
  height: 400px;
}

.token-img {
  z-index: 2;
  border: 0 solid #000;
  border-radius: 5px;
  padding: 24px;
  position: relative;
}

.meme-section {
  background-color: #ffb1b1;
  border-top: 4px solid #000;
  padding: 80px 16px;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 80px;
  line-height: 100px;
}

.meme-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.meme-img {
  border: 3px solid #000;
  border-radius: 8px;
  min-width: 100%;
  height: 300px;
  box-shadow: 6px 3px #000;
}

.meme-grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.footer-section {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-top: 4px solid #000;
  padding: 20px 16px;
}

.footer-container {
  text-align: center;
}

.footer-block {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.footer-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Luckiest Guy, sans-serif;
  display: flex;
}

.image-4 {
  height: 70px;
}

.text-block-5 {
  color: red;
  text-align: center;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-block-6 {
  font-size: 16px;
}

.text-links {
  align-self: center;
}

.link {
  color: #fff;
  -webkit-text-stroke-width: 0em;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: red;
}

.textlink-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.p1-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.paragraph-9 {
  text-align: center;
}

.paragraph-10 {
  text-align: center;
  font-size: 11px;
}

.bold-text-4 {
  color: #07c107;
}

.italic {
  font-size: 11px;
}

.code-embed, .code-embed-2 {
  font-family: Comic Relief, sans-serif;
}

.bold-text-6 {
  color: #000;
}

.container {
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 30px;
  padding: 3px 20px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px #3333338a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.bold-text-7 {
  color: red;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 800;
}

.bold-text-8 {
  color: red;
}

.bold-text-9 {
  color: #ff0;
}

.ca-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-7 {
  color: #fafafa;
  background-color: #45454a;
  border-radius: 5px;
  align-self: center;
  padding: 8px 16px;
}

.text-block-8 {
  color: #878792;
  align-self: center;
}

.image-5 {
  height: 20px;
}

.copy-btn {
  background-color: #45454a;
  border-radius: 8px;
  align-self: center;
  padding: 10px;
}

.text-span-5 {
  color: red;
}

.text-span-6 {
  color: #ff0;
}

.text-span-7 {
  color: red;
}

.text-span-8, .text-span-9 {
  color: #0f0;
}

.text-span-10 {
  color: #ff0;
}

.image-6 {
  height: 50px;
}

.heading-8 {
  color: red;
  font-family: Luckiest Guy, sans-serif;
}

@media screen and (max-width: 991px) {
  .body {
    color: #000;
  }

  .navlink {
    text-align: center;
  }

  .nav-menu {
    text-align: center;
    background-color: #b6fdb6;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .paragraph {
    margin-left: 150px;
    margin-right: 150px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 140px;
  }

  .image {
    height: 370px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .stats-block {
    padding-left: 0;
    padding-right: 0;
  }

  .copy-addy-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-left: 0;
    margin-right: 10px;
  }

  .lore-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .italic-text {
    top: 130px;
  }

  .btnn {
    flex: none;
    order: 1;
    align-self: center;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0bce0b;
    border-radius: 40px;
  }

  .text-block-3 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lore-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tokenomics-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .token-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 130px;
    line-height: 140px;
  }

  .image-3 {
    height: 350px;
  }

  .meme-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    font-size: 70px;
    line-height: 80px;
  }

  .meme-grid2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 70px;
    line-height: 80px;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .paragraph {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 11px;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .bold-text {
    bottom: 70px;
  }

  .image {
    height: 270px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .copy-addy-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 10px;
    display: block;
  }

  .addy-block {
    padding: 0;
    font-size: 11px;
  }

  .btn.copy {
    padding: 16px 25px;
    font-size: 12px;
  }

  .btn.cta {
    padding: 15px 38px;
  }

  .image-2 {
    height: 50px;
  }

  .cta-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 30px;
    display: grid;
  }

  .lore-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold-text-2 {
    font-size: 12px;
  }

  .paragraph-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lore-text-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .italic-text {
    position: static;
  }

  .btnn {
    padding: 14px 38px;
  }

  .text-block-3 {
    margin: 10px 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .lore-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tokenomics-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-5 {
    font-size: 100px;
    line-height: 110px;
  }

  .paragraph-8 {
    font-size: 11px;
  }

  .text-block-4 {
    font-size: 44px;
  }

  .image-3 {
    height: 300px;
  }

  .meme-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .meme-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .meme-grid2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-block {
    display: block;
  }

  .footer-text-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-6 {
    text-align: center;
  }

  .link {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .textlink-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .bold-text-5 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-7 {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 70px;
  }

  .bold-text-7 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9px;
  }

  .heading-2 {
    font-size: 80px;
    line-height: 90px;
  }

  .bold-text {
    bottom: 40px;
  }

  .copy-addy-block {
    margin-right: 0;
  }

  .btn.cta, .btn.cta.white {
    font-size: 16px;
  }

  .bold-text-2 {
    font-size: 10px;
  }

  .h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 10px;
  }

  .btnn {
    font-size: 14px;
  }

  .text-block-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }

  .lore-grid {
    margin-top: 15px;
  }

  .tokenomics-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-5 {
    font-size: 60px;
    line-height: 60px;
  }

  .token-textwrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .paragraph-8 {
    font-size: 9px;
  }

  .text-block-4 {
    font-size: 30px;
  }

  .image-3 {
    height: 200px;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 55px;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .link {
    font-size: 12px;
  }

  .paragraph-10 {
    font-size: 10px;
  }

  .bold-text-3 {
    font-size: 11px;
  }
}


