body {
    background-color: #3b0b1e;
    font-family: inconsolata;
    margin-left: 25px;
    margin-right: 25px;
}
.top {
    display: block;
    box-sizing: border-box;
    background-color: #6e8856;
    font-family: Xanh Mono;
    font-weight: bolder;
    color: #3b0b1e;
    text-align: center;
    margin: auto;
    width: 60%;
    height: 90px;
    padding: 5px 20px;
    border: 2px solid #8e9c57;
    border-radius: 10px;
    
}
nav {
   justify-content: center;
   text-align: center;
   margin: 15px 20px 10px;
}
nav ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav li {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    margin-right: 5px;
    background-color: #8e9c57;
}
li a {
    color: #3b0b1e;
    font-weight: bold;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 1.5em;
}
header:not(.top, .diet) {
    font-family: Xanh Mono;
    font-size: 1.3em;
    color:#8e9c57;
}
#ecology {
    display: table-cell;
    box-sizing: border-box;
    border-radius: 5px;
    border: 3px solid #6e8856;
    background-color: #38502d;
    width: 530px;
    height:750px;
    vertical-align: top;
    margin: 10px 55px;
    padding: 5px 5px;
    float: left;
}
#ecology p {
    font-size: 1.2em;
    color: #8e9c57;
    line-height: 1.5;
}
#nesting {
    display:table-cell;
    box-sizing: border-box;
    border-radius: 5px;
    border: 3px solid #6e8856;
    background-color: #38502d;
    width: 530px;
    height: 750px;
    vertical-align: top;
    margin: 10px 15px 15px;
    padding: 5px 5px;
    float: left;
}
#nesting p {
    font-size: 1.2em;
    color:#8e9c57;
    line-height: 1.2;
}
aside {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 5px;
    border: 3px dotted #1a2c1d;
    background-color: #6e8856;
    color: #3b0b1e;
    margin: 5px 5px;
    padding: 5px 5px;
    width: 250px;
    height:750px;
    float: right;
}
.diet {
    font-family: Xanh Mono;
    font-size: 1.3em;
}
aside p {
    font-size: 1.2em;
    line-height: 1.2;
}
aside li {
    font-size: 1.1em;
    line-height: 1.5;
}
img {
    display: block;
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    background-color: #38502d;
    border-radius: 5px;
    clear:both;
}
figcaption {
    text-align: center;
    color: #8e9c57;
}
footer {
    display: block;
    box-sizing: border-box;
    background-color: #6e8856;
    border: 2px solid #8e9c57;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    padding: 10px 10px;
    height: 80px;
    width: 80%;
    clear: both;
}
footer a {
    text-decoration: none;
    color: #1a2c1d;
    font-size: 1.3em;
}