/* =========================== BASIC SITE CONFIG ============================ */
body {
  font-family: "Courier New", Courier, monospace;
  font-size: 17;
}

.page_title {
  text-align: center;
  font-size: 46px;
}

.section_header {
  font-size: 30px;
  margin: 1em 0;
}

.subsection_header {
  font-size: 22px;
  margin: 1em 0;
}

/* =========================== TEXT FORMATTING ============================ */
.important_example {
  display: block;
  text-align: center;
  margin: 1em 0;
}

.paragraph {
  text-align: left;
  margin: 1em 0;
}

/* =========================== TABLE ============================ */
.table_container {
  display: block;
  text-align: center;
  margin: 1em 0;
}

.pretty_table {
  border: 1px solid;
  background-color: #4d5b4d;
  color: #084398;
  margin: auto;
}

.pretty_table th,
.pretty_table td {
  background-color: #f7bc67;
  color: #084398;
}

.pretty_table .left {
  text-align: left;
  padding-right: 20px;
  padding-left: 5px;
}
.pretty_table .left.header {
  font-weight: bold;
}

.pretty_table .centered {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.pretty_table .centered.header {
  font-weight: bold;
}
