<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin-left: 5%;  /* avoid a too-crowded look */
  background-image: linear-gradient(to right, #F5F5FF, #7777FF);        
}

header {
  color: darkgreen; /* text color */
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  color: darkblue; /* text color */
  font-family: Arial, Helvetica, sans-serif;
}

input, label {
  color: blue; /* text color */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

figcaption {
	color: red;
	font-family: "Times New Roman", serif;
	font-size: 1.0em;                                               
}

button {
  color: blue; /* text color */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 2%;
}
</pre></body></html>