body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: rgb(249, 250, 251);
}

header {
  background-color: transparent;
  width: 95%;
  position: fixed;
  margin: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5px;
}

.discord,
.telegram,
.twitter {
  width: 2.2rem;
  margin-right: 1rem;
}

.telegram {
  height: 1.8rem;
}

.twitter {
  height: 1.2rem;
}

.body_container {
  background-color: transparent;
  margin: 0;
  padding-top: 3vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 3vh;
}

.App-logo {
  width: 20%;
}

.sol_bloc {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
}

.get_it_back {
  font-weight: 600;
  font-size: 1.9rem;
  margin: 0;
}

.learn_more {
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
}

.tps {
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
}

.tps_span {
  font-weight: 700;
}

.select_wallet {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  background-color: #4f46e5;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
}

.reset {
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
  color: rgb(75, 85, 99);
}

.reset_span {
  font-weight: 700;
}

.summary_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.summary_card {
  border-radius: 5px;
  width: 47%;
  padding: 1rem;
  border: 1px solid rgb(209 213 219);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card_title {
  margin: 0;
  font-weight: 500;
  font-size: 1.1rem;
  color: rgb(75, 85, 99);
}

.card_title_span {
  font-size: 0.8rem;
}

.card_value {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #4f46e5;
  ;
}

.stat_div {
  height: 70vh;
  width: 80%;
  border: 1px solid rgb(209 213 219);
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  overflow: scroll;
}

table {
  width: inherit;
  border-collapse: collapse;
  margin-left: 5rem;
  margin-right: 5rem;
}

.table_title {
  width: 100%;
  margin-bottom: 1rem;
}

.table_title h2 {
  text-align: center;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

th,
td {
  /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th:first-child,
td:first-child {
  width: 40%;
}

/* Center text in the second column */
th:nth-child(2),
td:nth-child(2) {
  text-align: center;
}

th:nth-child(3),
td:nth-child(3) {
  text-align: center;
  width: 40%;
}

th:nth-child(4),
td:nth-child(4) {
  width: 50%;
}

.wallet {
  margin: 0;
  font-weight: 400;
}

.wallet_txn {
  color: rgb(22 163 74)
}

.txn_row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 80%;
}

.donation {
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
}

.how {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}

.desc_container {
  width: 50%;
  margin-bottom: 2rem;
}

.desc_title {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0;
}

.desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0;
  color: rgb(75, 85, 99);
}

.footer_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  /* width: 80%; */
}

.footer_row img {
  width: 5rem;
  height: 3rem;
}

.footer_text {
  position: relative;
  bottom: 0;
  margin: 0;
  font-size: 0.9rem;
}

.footer_text span {
  font-weight: 300;
  color: gray;
}

@media screen and (max-width: 1024px) {

  .App-logo {
    width: 50%;
  }

  .summary_row {
    justify-content: space-between;
    width: 90%;
  }

  .summary_card {
    border-radius: 5px;
    width: 45%;
  }

  .stat_div {
    width: 90%;
  }

  th:first-child,
  td:first-child {
    width: 30%;
  }

  th:nth-child(2),
  td:nth-child(2) {
    text-align: center;
  }

  th:nth-child(3),
  td:nth-child(3) {
    width: 40%;
  }

  th:nth-child(4),
  td:nth-child(4) {
    width: 40%;
  }

  .desc_container {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {

  .App-logo {
    width: 60%;
  }

  .sol_bloc {
  font-size: 1rem;
  }
  
  .summary_row {
    justify-content: space-between;
    width: 95%;
  }

  .summary_card {
    border-radius: 5px;
    width: 42%;
  }

  .stat_div {
    width: 95%;
  }

  table {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  th:first-child,
  td:first-child {
    width: 10%;
  }

  th:nth-child(2),
  td:nth-child(2) {
    text-align: center;
    font-size: 0.9rem;
  }

  th:nth-child(3),
  td:nth-child(3) {
    font-size: 0.9rem;
  }

  th:nth-child(4),
  td:nth-child(4) {
    font-size: 0.9rem;
  }

  .desc_container {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {

  .App-logo {
    width: 80%;
  }

  .sol_bloc {
  font-size: 1rem;
  }

  .summary_row {
    justify-content: space-between;
    width: 95%;
  }

  .summary_card {
    border-radius: 5px;
    width: 37%;
    text-align: center;
  }

  .stat_div {
    width: 95%;
  }

  .table_title {
    font-size: 0.7rem;
  }

  table {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .donation {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }

  .desc_container {
    width: 90%;
  }
}