body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  font-family: Karla, sans-serif;
}

.body-index {
  background-color: #fffcf8;
}

.header {
  display: block;
  color: #555;
  padding: 0 20%;
}

a {
  color: #f59a7c;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

a:hover {
  color: #555;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}

table {
  display: block;
  margin: 0 auto;
  color: #707070;
  width: 100%;
  max-width: 1000px;
  line-height: 25px;
  border-spacing: 15px;
  table-layout: fixed;
}



.title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}

.subtitle {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  text-align: left;
}

.central-text {
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 25px;
  font-weight: lighter;
}

.cover-image {
  margin: 0px auto 0px auto;
  max-width: 1000px;
  height: auto;
  width: 80%;
  position: relative;
  display: block;
}

.central-image {
  margin: 20px auto 50px auto;
  max-width: 500px;
  height: auto;
  width: 100%;
  position: relative;
  display: block;
}

.bold {
  font-weight: bold;
}

.centered {
  text-align: center;
}

.container {
  margin: auto;
  max-width: 800px;
}

.outer-flex-container {
  margin: auto;
  max-width: 1200px;
}

.outer-container {
  margin-left: 10vw;
  margin-right: 10vw;
}

.table-container {
  margin: auto;
  max-width: 1000px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flex-image {
  width: 40%;
  padding: 10px;
}


