body {
  background-color: #fdf9ed;
  color: #57523b;
  font-family: Spectral, Serif;
  letter-spacing: 0.5px;
}

h1 {
  text-align: center;
}

a {
    text-decoration: none; 
    color: inherit; 
}

.content-box {
  justify-content: center;
  max-width: 780px;
  margin: 50px auto;
}

.title {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 15px;
}

.ObText {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
}

.date {
  padding-bottom: 15px;
}

p {
  font-size: 19px;
  line-height: 1.45;
  padding: 10px;
  font-weight: 200;
}

iframe {
  display: block;
  margin: 0 auto;
  padding: 15px;
}
  