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

h1 {
  font: normal bold 2.25em/2.75em Georgia, serif;
  color: white;
  background-color: #6060FF;
  padding-left: 2%;
  margin-right:40%;
}

h2 {
  font: normal bold 2.00em/2.50em Georgia, serif;
  color: blue;
}

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

#buttons {
   margin-left: 10px;
   float:left;
   width: 70px;
}

button{
	display: block;
	width: 50px;
    font-size: 0.7em;
    font-weight: bold;
    padding: 3px 3px;
    margin: 3px auto;
    color: #0000FF;
    background-color: #DDD;
    border: 0 none;
    border-radius: 3px;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
}

canvas {
   margin-left: 70px;
   padding-right: 5px;
   /* width: 400px; */
   margin-right: 5px;
   box-shadow: none;
}

.hide {
  display: none;
}</pre></body></html>