article {
   overflow: auto;
}

body {
   display: flex;
   font-family: serif;
   font-size: 1em;
   justify-content: center;
}

h1, h2, h3, h4 {
   border-color: black;
   border-width: 0.15em;
   font-variant: small-caps;
   font-weight: normal;
   margin-top: 1em;
   margin-bottom: 0;
}

h1, h2, h3 {
   text-align: center;
}

h1{
   border-style: none none double none;
   font-size: 3em;
}

h2 {
   border-style: none none solid none;
   font-size: 2em;
}

h3 {
   border-style: none none dashed none;
   font-size: 1.5em;
}

h4 {
   border-style: none none dotted none;
   font-size: 1.33em;
}

main {
   max-width: 600px;
}

p {
   font-family: sans-serif;
}

.preview {
   float: right;
   padding-top: 3px;
}

#the-realm {
   height: 131px;
   width: 300px;
}

#florida-endorsements {
   height: 269px;
   width: 300px;
