body { font-family: 'Poppins', sans-serif; } .bg-pink { background-color: #ff69b4; } .text-pink { color: #ff69b4; } .hero { background: linear-gradient(rgba(255, 105, 180, 0.7), rgba(255, 105, 180, 0.7)), url('https://via.placeholder.com/1200x600') no-repeat center center; background-size: cover; padding: 100px 0; } .hero h1, .hero p { text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); } .cta { background: linear-gradient(to right, #ff69b4, #ff1493); }