body {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    text-align: center;
    margin: 0; /* Removes default margin */
    padding-bottom: 50px; /* Prevents content from overlapping footer */
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: purple;
    background-color: white; /* Optional: to ensure text is visible */
    padding: 10px 0;
    font-style: italic;
    border-top: 1px solid #ccc; /* Optional: adds a subtle top border */
}
h1 {
    color: purple;
    margin-top: 20px; /* Adds space above the heading */
}