body {
  font-family: "Lato", sans-serif;
  padding: 40px;
  background-color: #fffbe6;
  line-height: 1.7;
  color: #222;
}
h1 {
  color: #b71c1c;
  margin-bottom: 10px;
}
h2 {
  color: #1b5e20;
  margin-top: 30px;
}
blockquote {
  background: #f1f8e9;
  padding: 15px 20px;
  border-left: 5px solid #81c784;
  font-family: "Lato", sans-serif;
  margin: 20px 0;
}
a {
  display: inline-block;
  margin-top: 30px;
  color: #0d47a1;
  text-decoration: none;
  font-weight: bold;
}
.note {
  font-size: 0.9em;
  color: #555;
  margin-top: 40px;
}
.image-container {
  width: 300px;
  margin: 20px 0;
  padding: 5px;
  border: 2px solid #000;
  border-radius: 5px;
  float: left;
}

.tndl-image {
  width: 100%;
  height: auto;
  display: block;
}
