.header {
  height: 179px;
  background-color: #eee;
}

.image {
  display: block;
  margin: 0% auto auto;
  padding-top: 10px;
  text-align: center;
}

.button {
  display: block;
  width: 30%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #c1a24d;
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Fontin sans r 45b', sans-serif;
  color: #353535;
}

.button:hover {
  background-color: #c1a24d;
  color: #fff;
}

.body {
  text-align: center;
}

.heading {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: 'Fontin sans r 45b', sans-serif;
  color: #c1a24d;
  font-size: 32px;
  font-weight: 400;
}

@font-face {
  font-family: 'Fontin sans b 45b';
  src: url('../fonts/Fontin_Sans_B_45b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontin sans sc 45b';
  src: url('../fonts/Fontin_Sans_SC_45b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontin sans i 45b';
  src: url('../fonts/Fontin_Sans_I_45b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontin sans r 45b';
  src: url('../fonts/Fontin_Sans_R_45b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontin sans bi 45b';
  src: url('../fonts/Fontin_Sans_BI_45b.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}