.card-page-wrapper {
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
  background-color: transparent;
}

.card-container {
  max-width: 800px;
  width: 100%;
  background: #f76d3c;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-border {
  border: 4px dashed white;
  border-radius: 1rem;
  padding: 4rem;
  width: 100%;
  box-sizing: border-box;
}


.card-container,.card-container * {
  color: white !important;
}

.card-body-content {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1rem;
  color: white;
}