 .home_page {
  background: url('https://elgourmet.s3.amazonaws.com/attachs/page-1/01eg-web-home-desktop-doble-resolucion-2.jpg.webp');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/7;
  display: grid;
  place-items: center;
}

.content_window {
  position: relative;
  background:#fff;
  padding:1em;
  border-radius:.5em;
  box-shadow:0 0 21px 8px rgba(0,0,0,.69);
  -webkit-box-shadow:0 0 21px 8px rgba(0,0,0,.69);
  -moz-box-shadow:0 0 21px 8px rgba(0,0,0,.69);
  min-width:40vw;
  max-width:40vw;
  display:grid;
  min-height:50vh;
  max-height:60vh;
  gap:1em;
  grid-template-rows: 3em auto auto;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  color: #000;
}
.content_window::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 64%, rgba(255,255,255,0) 81%), url('https://elgourmet.s3.amazonaws.com/attachs/page-1/01eg-web-home-desktop-doble-resolucion-2.jpg.webp');
  opacity: 0.3;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.content_window::after {
  content: "";
  inset: 0;
  background-color: #fff;
  position: absolute;
  z-index: -10;
}

 .question_age {
margin-top: 2em;
gap: 1em;
display: flex;
justify-items: ;
justify-content: space-evenly;
}
.question_age a {
border: 1px solid #ff7a03;
width: 100%;
padding: 1em;
border-radius: 0.4em;
background: ;
background-color: #ff7a03;
color: #fff;
text-transform: uppercase;
font-size: 1.2em;
text-decoration: navajowhite;
}
.content_window h1 p {
  display: inline;
}
@media (max-width: 768px) {
.content_window {
max-width: 98vw;
}
}