#stripe-form {
  margin-top: 24px;
  font-family: inherit;

  label {
    font-family: inherit;
  }

  #card-element {
    border: 1px solid gray;
    border-radius: 8px;
    margin-top: 4px;
  }

  input[type="submit"] {
    background-color: #ff5a5f;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    margin-top: 24px;
    font-size: 1.25rem;
    font-weight: 400;
  }
}