body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

/* General Section Styling */
section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.parallax-container {
  background: linear-gradient(135deg, #ff6347, #ffcc33);
  color: white;
}

/* .custom-raf {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
} */
.custom-raf {
  background: linear-gradient(to right, #ff7e5f, #feb47b); /* A vibrant gradient */
  background-size: 100%; /* Make the gradient larger than the container */
}


h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}


