 body {
     background-color: #aaa;
     font-family: sans-serif;
 }
 
 #content {
     font-family: 'Honovi';
     font-weight: bold;
 }
 
 select {
     font-family: 'Honovi';
 }
 
 option {
     font-family: 'Honovi';
 }
 
 h1 {
     font-size: 150%;
     margin: 0 auto;
     text-align: center;
     padding-top: 20px;
     font-family: 'Honovi';
 }
 
 .centerDiv input {
     display: inline-block;
 }
 
 input[type="submit"] {
     color: #fff;
     background-color: #971519;
     margin-left: 50%;
 }
 
 .centerDiv {
     width: 90%;
     height: 550px;
     margin: 0 auto;
     color: #000;
     /* background-color: bisque; */
     /* border-style: dashed; */
 }
 
 .setupc {
     width: 486px;
     height: 500px;
     margin: 0 auto;
     background-color: bisque;
     color: #000;
     /* border-style: dashed; */
 }
 
 .showc {
     width: 50%;
     height: 500px;
     float: left;
     border-style: dotted;
 }