.title {
    font-size: 3em; /* Large font size */
    text-align: center; /* Center the text */
    font-family: 'Arial', sans-serif; /* Use a clean, modern font */
    font-weight: bold; /* Make the text bold for emphasis */
    color: #4CAF50; /* Add a nice green color (customizable) */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    margin: 20px 0; /* Add spacing above and below the title */
}