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

h1 {
  font: normal bold 1.25em/2.75em Georgia, serif;
  color: white;
}

h2 {
  font: normal bold 1.00em/2.50em Georgia, serif;
  color: white;
}

h3 {
  font: normal bold 1.50em/2.00em Georgia, serif;
  color: darkgreen;
}


button{
	width: 150px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 5px;
    margin: 8px auto;
    margin-right: 50px;
    color: #0000FF;
}

</pre></body></html>