html {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
  }


#product1, #product2, #resources, #about, #contact {
  background: linear-gradient(to bottom right, #ffffff 59%, #99ccff 100%);
}

.carousel {
  background: linear-gradient(to bottom right, #ffffff 59%, #99ccff 100%);
}

p {
  font-size: 14px;
}
