body{
    background-color: #e2e8f0;
}
.pricing-details{
    margin-top: 2vh;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

table th, table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}

table thead {
  background-color: #f9f9f9;
  font-weight: bold;
}