@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;700&display=swap');

:root{
--color: #333; 
--white:white;
}

body {
  font-family: 'Red Hat Text', sans-serif;
}

.container-a {
  text-align: center;
  color: var(--white);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(http://epet20.com.ar/assets/img/carousel_3.jpeg);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}

.h1-a {
  font-weight: 700;
  font-size: 3rem;
}

.p-a {
  max-width: 52ch;
  line-height: 1.5;
  padding: 1em;
}

.a-a {
  display: inline-block;
  padding: 1em 3.5em;
  background-color: var(--color);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.3em;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: .875rem;
}

.blank-a,
.other-a {
  width: 100%;
  min-height: 30vh;
  background-color: var(--color);
}

.second-a {
  background-image:url(https://lh5.googleusercontent.com/p/AF1QipNrStGhJVm567hL0or0j98yDn73A_J8dU4uhnIs=w1200-h1301-p-k-no);
  text-align: center;
  color: var(--white);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.h3-a {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 1em;
}

.card > a {
  margin-bottom: 2em;
}

.item-a {
  display: flex;
  max-width: 320px;
  background-color: white;;
  flex-direction: column;
  align-items: center;
  border-radius: .5em;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
}

.img-a {
  width: 90%;
  height: 200px;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  border-radius: .3em;;
}


.second-a {
  flex-direction: row;
  gap: 1.6em;
}