/* classes unassigned to a specific file */
.centered {
  text-align: center;
}

.fade {
  opacity: 0.4;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.flex-container div {
  margin: 10px;
  padding: 10px;
  font-size: 18px;
}

.jesus-spoke {
  color: #ab2222;
}
