body{
    background: brown;
}
p{
    color: aliceblue;
    font-weight: bold;
}
footer{
    background: black;
}
.foot-color{
    color: wheat;
}