.body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to bottom, #f0f4f7, #ffffff);
  font-size: 17px;
}

.main-heading {
  background: linear-gradient(to right, #00c851, #007e33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-text {
  font-weight: 800;
  color: #1a8f1a;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.pricing-text .symbol {
  font-size: 1.5rem;
}

.pricing-text .label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0b4e0b;
}

.table-section {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.table-bordered > thead > tr > th {
  background-color: #e6ffe6;
  color: #0b4e0b;
}
