body {
    background-color: #fff0f5;  
    font-family: Arial, sans-serif;
}
h1 {
    color: #333;  
}
span {
    transition: color 0.2s ease;
    font-weight: bold;
}