/* style/register.css */

/* Base styles for the page content */
.page-register {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text on light background */
  background-color: #FFFFFF; /* Explicitly set for clarity */
}