body {
  background-image: url(CodingBG.jpg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: max(10px, min(2.5vw, 18px));
  font-style: italic;
 } 
h1 {
  color: teal;
  font-style: italic;
  margin: 4px 8px 2px 0;
 }
status {
  color:rgb(86, 16, 116);
  font-family: Arial, sans-serif;
  font-size: min(3vw, 1.12em);
  background-color: rgb(240, 232, 216) ;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.7;
  padding: 2px;
  border-spacing: 0;
 }
input, select {
  height: 1.4em;
  font-size: 1em;
  font-weight: bold;
  opacity: 0.7;
 }
table {
  border-spacing: 2px;
  display: inline-block;
  vertical-align: top;
  table-layout: fixed;
 }
td {
  padding: 0;
  vertical-align: text-top;
 }
input[type=checkbox] {
  height: 0.8em;
  vertical-align: text-bottom;
 }
input[type=radio] {
  height: 1em;
  vertical-align: text-bottom;
 }
c {
  word-spacing: -0.12em;
 }
d {
  font-family: monospace;
  font-size: 1.4em;
  font-weight: 900;
  color: red;
  vertical-align: -1px;
 }
textarea {
    color: darkblue;
    font-family: monospace;
    font-size: 1em;
    opacity: 0.9;
    resize: none;
 }