/* theme-domain1.css */
body {
    background-color: yellow; 
}

h1 {
    color: #1a5d99; /* A dark blue heading */
}