/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
body {
  color: #000000;
}


.testimonials {
  background-color: #000000; /* Example light gray */

}

#app > div:nth-child(1) > header > div,
#app > div:nth-child(1) > div > section.hero.alignment-center.height-short.component > div.container > div.content > a {
color: black !important;
}

#app > div:nth-child(1) > div > section.py-20.text-block.alignment-left.bg-block-primary.component {
color: white !important;
}


.btn-primary {
color: black !important;
}

#app > div:nth-child(1) > div > section.hero.alignment-center.height-short.component > div.container > div.content > h1 {
  font-size: 51px !important;
  font-weight: bold !important;
}


#app > div:nth-child(1) > div > section.hero.alignment-center.height-short.component > div.container > div.content > p {
  font-size: 25px !important;
}

#products {
margin-top: -4rem;
}

#app > div:nth-child(1) > div > section.py-20.text-block.alignment-left.bg-block-primary.component {
margin-bottom: 8rem;
}