.logo-background {
  background: linear-gradient(315deg, 
    rgba(244, 238, 243, 0.9) 0%, 
    rgba(183, 214, 247, 0.9) 50%, 
    rgba(207, 243, 218, 0.9) 100%
  );
}

.logo-text {
  /* This is the color you specified. It's well-supported in modern browsers. */
  color: oklch(0.443 0.11 240.79);
  font-family: 'Poppins', sans-serif;
  font-weight: 400; 
}