body {
background-color: #ffe6f9; /* Soft pink background */
font-family: 'Arial', sans-serif;
color: #ff66b2; /* Light pink text */
margin: 0;
padding: 0;
text-align: center;
}
h1 {
color: #ff4d94; /* Darker pink for the title */
font-size: 2.5em;
font-weight: bold;
margin-top: 20px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
p {
font-style: italic;
font-size: 1.3em;
color: #ff80bf;
margin-top