/*
Theme Name: Stripe Ready Basic Theme
Theme URI: https://afsfs.com
Author: A Fresh Start Financial Services LLC
Description: A simple, clean business website theme suitable for Stripe account review.
Version: 1.0
*/
body {
  display: grid;
  place-items: center; /* Centers both horizontally and vertically */
  min-height: 100vh;
  margin: 0;
}
