body {
  background-color: #eaecfc;
  font-family: 'Times New Roman', serif;
}

.container {
  padding-top: 15px;
}

.row {
  padding-top: 10px;
}

.demo-title {
  color: #a6000a; /*General color for text in this class*/
}

.demo-title a {
  color: #a6000a;
  text-decoration: none;
}

.demo-title a:hover {
  color: #c50310;
}

.text-highlighted {
  font-style: italic;
  color: #a6000a;
  font-size: small;
}

.description {
  font-size: small;
}

img {
  border: 1px solid #ddd; /* Gray border */
}
