/* You can add any specific custom styles here if needed */
/* For example, to adjust font sizes or add unique background patterns */
body {
    background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" ><rect x="0" y="0" width="100" height="100" fill="%23f7fafc"/><circle cx="50" cy="50" r="40" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></svg>');
    background-size: 200px 200px; /* Adjust as needed */
}