:root {
  --text-color: #c6c6c7;
  --background-color: #151414;
}

.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: #333;
  background-image: url('../images/Mini-bg.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  font-family: VT323, sans-serif;
}

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

.nav {
  background-color: #87ceeb;
  border: 3px solid #000;
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  box-shadow: 6px 3px #000;
}

.button {
  background-color: #44ca44;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: "Press Start 2P", sans-serif;
  box-shadow: 3px 1px #000;
}

.button.cta {
  background-color: #44ca44;
  background-image: none;
  border: 3px solid #000;
  margin-bottom: 20px;
  padding: 16px 24px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 15px;
  box-shadow: 3px 3px #000;
}

.nav-link {
  color: #333;
  padding: 12px 14px;
  font-size: 18px;
  text-decoration: none;
}

.wrapper {
  text-align: center;
}

.heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 110px;
  line-height: 140px;
}

.h1 {
  filter: drop-shadow(3px 2px 5px #000000b3);
  color: #fff;
  text-align: center;
  text-shadow: 5px 3px 1px #000;
  margin-top: 10px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 80px;
  line-height: 120px;
}

.paragraph {
  color: #333;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-2 {
  color: #96979c;
}

.paragraph-3 {
  color: #333;
  text-align: center;
  border: 2px solid #333;
  border-radius: 8px;
  margin: 20px 400px;
  padding: 8px 12px;
  font-size: 17px;
}

.cta-block {
  text-align: center;
  margin-top: 20px;
}

.code-embed, .image-wrapper {
  text-align: center;
}

.navbar {
  padding-left: 220px;
  padding-right: 220px;
  position: static;
  inset: 0%;
}

.image {
  text-align: center;
  height: 370px;
}

.paragraph-4 {
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
}

.memes-section {
  background-color: #0000;
  padding: 50px 16px;
}

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

.card {
  color: #2a2a2a;
  text-align: center;
  background-color: #ff0;
  border: 3px solid #000;
  border-radius: 9px;
  padding: 40px;
  box-shadow: 6px 4px #000;
}

.meme-p {
  color: orange;
  -webkit-text-stroke-color: red;
  margin-bottom: 13px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-5 {
  color: #fff;
  -webkit-text-stroke-color: #c6c6c7;
  font-size: 16px;
}

.live-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block {
  color: var(--text-color);
}

.live-market-section {
  background-color: #0000;
  padding: 40px 16px;
}

.h2 {
  color: #fff;
}

.heading-3 {
  color: orange;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.market-block, .dex-chart {
  border-radius: 20px;
}

.lore-section {
  background-color: #0000;
  padding: 60px 16px;
}

.paragraph-6 {
  color: red;
  text-align: center;
  margin-bottom: 9px;
  font-size: 20px;
}

.h2-lore {
  color: orange;
  text-align: center;
  margin-top: 0;
  font-family: "Press Start 2P", sans-serif;
  font-size: 30px;
  line-height: 60px;
}

.paragraph-7 {
  color: #333;
  text-align: center;
  margin-left: 150px;
  margin-right: 150px;
  font-size: 20px;
  line-height: 26px;
}

.meme-gallery {
  margin-top: 40px;
}

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

.meme-card {
  border-radius: 10px;
}

.image-2 {
  border-radius: 15px;
  min-width: 100%;
  height: 270px;
}

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

.footer {
  color: #333;
  background-color: #87ceeb;
  border-top: .1px solid #87ceeb;
  padding: 50px 16px;
}

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

.heading-4 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 2px 1px #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Press Start 2P", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-8 {
  color: #333;
  text-align: center;
  margin-bottom: 5px;
}

.bold-text {
  color: #333;
}

.paragraph-9 {
  color: orange;
  text-decoration: none;
}

.link-block {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  text-decoration: none;
}

.text-span {
  color: #05d605;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #0000;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  right: 0;
}

.logo-img {
  color: #fff;
  text-shadow: 3px 3px #000;
  font-family: "Press Start 2P", sans-serif;
  font-size: 28px;
  line-height: 70px;
}

.m-block {
  background-color: #ff0;
  border: 3px solid #000;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 8px 3px #000;
}

.text-span-2 {
  color: #87ceeb;
}

.image-3 {
  height: 70px;
}

.logo-imgg {
  height: 80px;
}

.bold-text-2 {
  color: #fff;
  font-family: "Press Start 2P", sans-serif;
}

.bold-text-3 {
  color: #fff;
  font-family: "Press Start 2P", sans-serif;
  font-size: 12px;
}

.bold-text-4 {
  color: #fff;
  text-shadow: 5px 3px 1px #000;
}

.meet {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
}

.bold-text-5 {
  text-decoration: none;
}

.italic-text {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 12px;
  }

  .h1 {
    font-size: 60px;
    line-height: 100px;
  }

  .paragraph-3 {
    margin-left: 280px;
    margin-right: 280px;
  }

  .navbar {
    padding-left: 150px;
    padding-right: 150px;
  }

  .paragraph-4 {
    margin-top: 40px;
  }

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

  .paragraph-7 {
    margin-left: 120px;
    margin-right: 120px;
    line-height: 25px;
  }

  .image-2 {
    height: 250px;
  }

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

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-block {
    margin-top: 30px;
  }

  .logo-img {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 11px;
  }

  .button.cta {
    padding: 12px 20px;
    font-size: 12px;
  }

  .nav-link {
    font-size: 15px;
    line-height: 18px;
  }

  .h1 {
    font-size: 40px;
    line-height: 70px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-3 {
    margin-left: 150px;
    margin-right: 150px;
    font-size: 14px;
  }

  .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image {
    height: 320px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .memes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2-lore {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-7 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 15px;
    line-height: 23px;
  }

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

  .image-2 {
    height: 220px;
  }

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

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

  .heading-4 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 40px;
  }

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

  .link-block {
    font-size: 13px;
  }

  .logo-img {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
  }

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

  .meet {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: 8px 10px;
    font-size: 12px;
  }

  .nav-link {
    font-size: 12px;
  }

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

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .logo-img {
    font-size: 23px;
    line-height: 30px;
  }
}


