/* CSS for the Contact Us page */
/* Add any page-specific styles here, especially if a minimum scrollable height is desired. */
/* For example: */
/* #smooth-content > .wp-block-group { min-height: 200vh; } */

body {
  background-color: #000000 !important; /* Added !important for higher specificity if needed */
  color: #ffffff !important; /* Default text color for the page, added !important */
}
