body {
  font-family: "Lato", sans-serif;
  background-color: #E4D1BA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

h3 {
  margin-top: 50px;
}

img, video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

figcaption {
  padding-top: 5px;
  text-align: center;
}

figure {
  margin-bottom: 30px;
}