body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1efdf;
    margin: 0px;
}
/*navbar*/
.headericon {
    width: 50%;
    margin: 10px;
    padding: 10px;
}
figcaption {
    text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #192900;
    width: 100%;
    border-bottom: 4px solid #515712;
}
li {
    float: inline-start;
}
.navright {
    float: right;
}
li a {
    display: block;
    color: #f1efdf;
    text-align: center;
    margin-top: 85px;
    padding: 14px 18px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}
li a:hover {
    background-color: #f1efdfcb;
    color: #192900;
    font-weight: bolder;
}
.active {
    background-color: #515712;
}
.envelope {
    width: 40%;
}
/*navbar end*/
.homeimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 5px solid #192900;
}
.overview {
    display:block;
    text-align: center;
}
.overview h1 {
    font-size: 25px;
}
.overview h2 {
    font-size: 25px;
}
.aboutdesc {
    display:block;
    background-color: #515712;
    padding: 14px 300px;
    color: #f1efdf;
    border-top: 4px solid #192900;
    border-bottom: 4px solid #192900;
}
#spaceblock {
    border: 20px solid #f1efdf;
}
/*footer*/
.footer {
    display: block;
    background-color: #192900;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 50px 0;
    border-top: 4px solid #515712;
}
.footer a{
    text-decoration: none;
    color: #f1efdf;
}
/*footer end*/
/*habitat styling*/
.map {
    display:flex;
    align-items: center;
    background-color:#f1efdf;
    margin-top: 30px;
    margin-bottom: 30px;
}
.distmap {
    margin-right: 20px;
    border: 5px solid #515712;
    height: 300px;
    margin-left: 150px;
}
.maptext {
    color:#515712;
    font-size: medium;
    padding-right: 150px;
}
.eco {
    display:block;
    background-color: #515712;
    padding: 20px 250px;
    color: #f1efdf;
    border-top: 5px solid #192900;
    border-bottom: 5px solid #192900;
}
.video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 628px;
    height: 476px;
    padding: 16px 18px;
}
