/* theme-domain2.css */
body {
    background-color: #eef2f5; /* A light blue background */
}

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