/* Styles that mainly affect where text is, but not how it looks */

h1, h2, h3 {
    margin-bottom: 0;
    margin-top: 0.25em;
}

h1 + p, h2 + p, h3 + p {
    margin-top: 0;
}

div.center, p.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.flex-container {
    display: flex;
}

/* makes the first line indented */
div.indent, p.indent {
    text-indent: 2em;
}

div.double-indent, p.double-indent {
    text-indent: 4em;
}

/* makes avery line indented */
.choices, .choices {
    margin-left: 2em;
}

.double-choices, .double-choices {
    margin-left: 4em;
}