body {
    background-color: rgb(156, 60, 60);
}
nav {
    background-color: cadetblue;
    text-align: center;
}
img {
    display: inline-block;
}