.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

html,
body {
  height: 100%;
}

body.home-page {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #eef5ff 0%, #e0f9ed 100%);
  background-image: url('/img/bg.png');
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: top right;
  display: flex;
  flex-direction: column;
}

body {
  font-family: 'Poppins', sans-serif;
  /* or try 40% */
  background-position: top right;
  /* adjust based on your design */
  display: flex;
  flex-direction: column;
}

.search-box .form-control {
  border-radius: 999px;
  padding-left: 20px;
}

.search-box .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

#search-input::placeholder {
  font-size: 0.85rem;
  /* or 12px, 13px etc */
  color: #888;
  /* optional: adjust color */
}

main {
  flex: 1;
}

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
  overflow-x: auto;
}

footer {
  background-color: #f8f9fa;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: #6c757d;
}

.search-box {
  max-width: 600px;
  margin: 0;
  border: 1px solid #dceeed;
  border-radius: 999px;
  padding: 4px;
  background-color: white;
  overflow: hidden;
}

.search-box .form-control {
  border: none;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.9rem;
  padding-left: 20px;
}

.search-box .form-control:focus {
  box-shadow: none;
}

.search-box .btn {
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  background-color: #007bff;
  color: white;
  white-space: nowrap;
}


#result {
  display: none;
}

.scroll-box {
  max-width: 100%;
  overflow-x: auto;
  background-color: #f8f9fa;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  white-space: pre-wrap;
  /* wraps if needed */
  word-break: break-all;
  /* breaks long strings */
}

.list-group-item {
  border: none;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.list-group-item .hash {
  font-family: monospace;
  font-size: 0.85rem;
  color: #0d6efd;
}

.list-group-item .amount {
  font-weight: bold;
  float: right;
  color: #000;
}

a {
  text-decoration: none;
  color: #0d6efd;
}

a:hover {
  text-decoration: underline;
}

.card {
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
}

.display-title {
  font-size: 3.5rem;
  /* default h1 is ~2.5rem, so this is bigger */
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.display-title2 {
  font-size: 3.5rem;
  /* default h1 is ~2.5rem, so this is bigger */
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

.stat-card {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(8px);
      border-radius: 16px;
      padding: 1.5rem;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
      min-height: 200px;
    }

.stat-card-btn {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0.4rem 1rem;
  color: #000;
  font-weight: 500;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
}

.card {
  border-radius: 16px;
  border-color: #e0f9ed;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
  font-size: 1.3rem;
}

.card-footer {
  background-color: transparent;
  border-top: none;
}

.card a {
  color: #0d6efd;
}

.card a:hover {
  text-decoration: underline;
}

#tx-blocks {
  padding: 0;
  list-style: none;
}

.block-row {
  border-radius: 12px;
  margin-bottom: 6px;
  background-color: transparent;
  transition: background 0.2s ease;
}

.block-row:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

.block-row.active {
  background-color: #eef5ff;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #555;
}

#tx-list {
  padding: 0;
  list-style: none;
}

.txn-row {
  border-radius: 12px;
  margin-bottom: 6px;
  background-color: transparent;
  transition: background 0.2s ease;
}

.txn-row:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

.icon-wrap {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #555;
}

#faucetForm {
  margin-bottom: 1rem;
}

.btn-copy {
  font-size: 0.7rem;
  padding: 2px 6px;
  line-height: 1;
}

 .navbar {
      background: transparent !important;
    }
    .hero {
      padding: 100px 0;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .section {
      padding: 80px 0;
    }
.feature-icon {
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .team-img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
    }