/* Apply Times New Roman to all elements */
body, html {
    font-family: 'Times New Roman', serif;
}