/* main.css - just the basics for the TurtolHosting site */

body {
  margin-top: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

div#content {
  background-color: #ffa721;
  width: 60%;
  margin-left: 10%;
  padding: 2em;
}

div#content h1 {
  text-align: center;
  font-size: 1.75em;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}

p {
  padding-bottom: 1.5em;
}

.callout {
  font-size: 1.1em;
}
