


nav{ /*positioning*/
    /*background: salmon;*/
    position:fixed;
    bottom: 1em;
    left: 1em;
    right: 1em;
    justify-content: space-between;
    font-family:'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.25;
    text-transform:none;
    text-align: left;
    word-spacing: normal;

}

nav a{ /*text style / background*/
    background: rgb(61, 61, 58);
    font-size:0.8em;
    text-decoration:none;
    color:ivory;
    padding: 1em;
    display: inline-block;
    justify-content: space-between;
}

a.next{
    text-align:right;
    position:absolute;
    right:0;
}

body.home a{ /*text*/
    background-color: ivory;
    text-decoration: none;
    color: darkslategray;
    border: 1px darkslategray;
    justify-content: space-between;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

/* nav a, body.home a