/* General Body Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

figure.image {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0 2px 0 1px;
  background: #f9f9f9;
  padding: 8px;
  border-radius: 4px;
}

figure.align-left {
  float: left;
  margin-right: 15px;
}

figure.align-right {
  float: right;
  margin-left: 15px;
}

figure.image img {
  margin: 0;
}

figure.image figcaption {
  margin-top: 6px;
  text-align: center;
  font-style: italic;
  color: #555;
  font-size: 0.9em;
}

/* Header Styles */
.main-header {
    background: #005450;
    color: white;
} 