body {
    background-color: white;
    color: black;
    font-family: "Times New Roman", Times, serif;
    text-align: left;
}

a {
    color: firebrick;
}

#nav {
    display: none;
}

#recipe p {
    text-align: center;
}

#recipe h2 {
    font-size: 1.5em;
    text-align: center;
}

#recipe h4 {
    margin-left: 2em;
}

#header {
    color: firebrick;
    text-transform: uppercase;
    text-align: center;
}

#header img {
    display: none;
}

#footer {
    position: fixed;
    bottom: 0;
    color: gray;
}

#footer img {
    display: none;
}