/* Set the body background to a gradient inspired by the image */ body { background: linear-gradient(135deg, #a349ff 0%, #4d4dff 100%); color: white; /* Ensuring text is readable on the dark background */ } /* Style headers to stand out */ h1, h2, h3 { color: #ffffff; text-shadow: 0px 0px 10px #a349ff; /* Soft glow effect */ }