body {
    background-color: #800020;
    color: #eee;
    font-family:'Times New Roman', sans-serif;
    margin: 0;
    text-align: center; /* centers all text in the body */
}

h1 {
    font-size: 48px;
}

p {
    max-width: 600px; /* optional: makes paragraph narrower */
    margin: 20px auto; /* centers paragraph block horizontally */
    font-size: large;
}

a {
    max-width: 600px; /* optional: makes paragraph narrower */
    margin: 20px auto; /* centers paragraph block horizontally */


}
