/* CSS files add styling rules to your content */

body {
  font-family: "Baskerville", "Georgia", helvetica, arial, sans-serif;
  margin: 2em;
  font-size: 1.3em;
  background-color: #fffaf0;
}

h1, h2 {
  font-style: italic;
  color: #000000;
  text-align: center;
}

h3 {
  display: block;
  text-align: center; }

h3 a {
 
 
}

#trace {
  float: left;
font-size: 1.2em;
margin: 1em 1.5em;}

#output {
  max-width: 800px;
  margin: 0 auto;
}

.vertical-center {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 990px) { 
  #trace { 
    float: none; 
    margin: 1em auto;
    text-align: center;
  } 
  body {
    margin: 1em;
  }
  
  .vertical-center {
    ms-transform: translateY(-0%);
    transform: translateY(-0%);
    position: relative;
    padding-top: 2em;
  }
} /* On screens that are 600px or less, set the background color to olive */