body {
  background-color: #FFF8E8;
  max-width: 40em;
  margin: 0 auto;
  padding: 24px;
  font-family: Georgia, Serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #222222;
}
h1, h2, h3 {
  font-family: Garamond, 'EB Garamond', Serif;
  font-weight: normal;
  color: #222222;
}
h1 {
  color: #1a6b93;
}
h3{
  font-weight: bold;
}
h5{
  font-size: 1em;
  font-style: normal;
  font-weight: lighter;
  line-height: .5em;
  color: #555555;
}
a {
  color: #1a6b93;
}
a:hover {
  color: #0e3d54; 
}
.center {
  text-align: center;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.img-caption {
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  line-height: .75em;
  color: #777777;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust maximum width as needed */
    margin: 0 auto;
}
video {
    width: 100%;
    height: auto;
    display: block;
}