<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* easy2.css - add a little style */

body {
  margin-left: 5%;  /* avoid a too-crowded look */
  background-image: linear-gradient(to right, #F5F5FF, #7777FF);
}

h1 {
  color: darkgreen; /* text color */
  font-family: Arial, Helvetica, sans-serif;
}
</pre></body></html>