body {
  color: #daffef !important;
  background-color: rgb(46, 48, 122) !important;
  font-family: 'Exo 2', sans-serif !important;
}

button {
  background-color: transparent;
  border: 2px solid #9b7ede;
  border-radius: 5px;
  color: #daffef;
  height: 48px;
  margin-left: 5px;
  min-width: 150px;
  padding: 0 15px;
}

a.custom-btn {
  border: 2px solid #9b7ede;
  border-radius: 5px;
  color: #daffef;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 150px;
  text-decoration: none;
}

p {
  font-size: 22px;
  line-height: 26px;
}

#main-nav {
  backdrop-filter: blur(40px);
}

#nav-logo {
  margin-bottom: 10px;
}

#main-nav .nav-item .nav-link {
  color: #daffef;
}

#hero {
  background-image: url("../image/hero_cropped.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-content {
  backdrop-filter: blur(6px);
  background-color: rgb(46 48 122 / 50%);
}

#contract-address {
  background-color: transparent;
  border: 2px solid #9b7ede;
  border-radius: 5px;
  color: white;
  outline: none;
  width: 450px;
  height: 48px;
  padding: 10px;
}

#about-img {
  height: 500px;
}

.social-icon {
  height: 64px;
  margin: 8px;
}

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

.section-wide h1 {
  font-size: 48px;
}

.section-wide h1.section-title {
  font-size: 56px;
}

.how-to-card {
  margin: 30px auto;
  border: 2px solid #9b7ede;
  border-radius: 15px;
  padding: 30px 40px;
  max-width: 1100px;
}

.how-to-card img {
  width: 250px;
  /* height: 250px; */
}


.tokenomics-card {
  border: 2px solid #9b7ede;
  border-radius: 15px;
  padding: 30px 40px;
}

.footer-icon {
  width: 200px;
}

.input-wrapper {
  position: relative;
  width: fit-content;
}

.input-wrapper span {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
}

@media (max-width: 768px) {
  #contract-address {
    width: 100%;
  }

  #buy-when {
    margin-left: 0;
    margin-top: 10px;
  }

  #about-img {
    height: 300px;
  }

  .how-to-card img {
    width: 175px;
    /* height: 150px; */
  }

  .contract-address {
    word-wrap: break-word;
  }

  .input-wrapper {
    width: unset;
  }
}