/* Global */
body {
  margin: 0;
  font-family: sans-serif;
  background-color: #1f2020;
}

stripe-pricing-table {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
