/* Reset the box-model /
* {   
box-sizing: border-box; 
margin: 0;
padding: 0;
} */

html, body {
  background-color: #faf8f5;
  margin: 0;
  padding: 0;
  height: 100%;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Work Sans", sans-serif;
}
h1, h2 {
  font-family: "Playfair Display", serif;
  color:#0E1C2F
}

h1 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
}

header {
  text-align: center;
  margin-bottom: 32px;
}

section {
  max-width: 800px;
  margin: 0 auto 32px auto;
  padding: 0 16px;
}

footer {
  text-align: center;
  font-size: 14px;
  color: #Faf8f5;
  background-color: #0E1C2F;
  margin-top: 32px;
}

a:link {
  color: #E2A93B;
  text-decoration: none;
}

a:visited {
  color: #A67C00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #FFDBA4;
  text-decoration: none;
}

a:focus {
  outline: 2px solid #E2A93B;
  outline-offset: 2px;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #141414;
}

blockquote {
  font-family: "Playfair Display", serif;
  text-align: center;
  margin: 32px auto;
  font-size: 45px;
  max-width: 600px;
  color: #Faf8f5;
  background-color: #0E1C2F;
  padding:25px;
  border:#E2A93B 8px solid;
}

cite {
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #Faf8f5;
}

article {
  margin-bottom: 32px;
  padding-left: 250px;
  padding-right: 250px;
  background-color: #Faf8f5;
}

figure img {
  display: block;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  border-color: #E2A93B;
  border-width: 8px;
  border-style: solid;
}

figure {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

figcaption {
  font-size: 14px;
  color: #555555;
  margin-top: 8px;
  font-style: italic;
  text-align: center;
}

.footer {
  font-size: 14px;
  color: #Faf8f5;
  background-color: #0E1C2F;
  padding: 35px 0;
  text-align: center;
}

.timeline-item {
  list-style: none;
  margin: 8px 0;
}