/* Estilo para la lista ordenada (ol) */
#history ol {
    background-color: #f2c9c9;
    padding: 20px 40px;
    border-radius: 8px;
    color: #654343;
}

#history ol li {
    margin-bottom: 10px;
    font-weight: bold;
}

#history figure {
  margin: 20px auto;
  max-width: 600px;
}

#history img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 5px dotted #836b6b;
    margin: 20px auto;
    display: block;
}

#history figcaption {
    text-align: center;
    font-style: italic;
    color: #654343;
    margin-top: 10px;
}

#values blockquote {
  font-style: italic;
  color: #6b5555;
  text-align: center;
  margin: 20px auto;
  max-width: 500px;
}


#values cite {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
  color: #654343;
}

