@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200&display=swap");
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: 'Outfit';
  background-color: #0d192b;
  letter-spacing: 1px;
  line-height: 25px;
}

.grid-ctn {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.main-card {
  background-color: #14253d;
  width: 18.5rem;
  margin: 3rem;
  border-radius: 12px;
  padding: 20px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-wrap: break-word;
}

img {
  width: 100%;
  border-radius: 8px;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.head {
  color: white;
  font-weight: 600;
}

#des-section {
  margin-top: .6em;
}

.description {
  color: #8bacda;
}

.description a {
  text-decoration: none;
  color: white;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #2f415b;
}

.flex .eth-number {
  color: #00fff7;
  font-weight: 600;
}

hr {
  color: #2f415b;
}

#bottom {
  margin-top: .5rem;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=styles.css.map */