body {
  height: 100vh;
  padding: 0 16px;
  margin: 0;
  font-family: "Bebas Neue", serif;
  background-color: #FFEBD0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.redes {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.15));
}

figcaption {
  display: none;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  background: url('/img/bg_2.webp') no-repeat top / contain;
}

header {
  margin-top: 40px;
}

header, .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /** background-color: #f7d3c1;**/
}

header > p {
  display: inline-block;
  color: #FFECD1;
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 6px;
  background: #FE6920;
}

figure {
  width: 100%;
  text-align: center;
  margin: 0;
}

figure a {
  display: inline-block;
}

footer p {
  text-align: center;
  padding-top: 64px;
  color: rgba(242, 93, 7, 0.2);
}