main {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 0.75rem;
    font-style: italic;
}

h3 {
    font-size: 2rem;
}

p {
    font-size: 1.2rem;
    line-height: 2.5rem;
    width: 50%;
}

p.callout {
    font-size: 2re;
    line-height: auto;
    font-style: italic;
    float: left;
    text-align: left;
    padding-right: 2em;
    margin-top: 0;
}

#row1 p,
#row3 p,
#row5 p,
#row7 p,
#row9 p,
#row11 p,
#row13 p{
    margin-right: calc(100% / 6);
}