body {
  font-family: "lora_regular", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: black;
  background: white;
  background: #efe9e2;
  background: #eee;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.center {
  text-align: center;
}

.outline-button {
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  color: #333;
  background: white;
  border: solid #333 1px;
  text-decoration: none;
  margin: 12px;
  padding: 12px;
  width: 80%;
}

.trial-answer {
  font-size: 14px;
}

hr {
  border: 1px solid #aaa;
  margin: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.word {
  width: 100%;
  padding: 12px;
}

p {
  line-height: 1.5;
}

