body {
background-color: #f0f8ff; /* Soft blue background */
font-family: 'Delius', cursive;
}
h1, h2 {
color: #2a5a5a; /* Forest green text */
}
button {
background: #7ac9c0; /* Ghibli teal */
color: white;
padding: 10px;
border: none;
border-radius: 5px;
}