body{
   background-color: white;
}
        p {
            font-family: "Times New Roman", Times, serif;
            color: blue;
            font-weight: bold;
            font-style: italic;
        }
         
    