*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.body{
margin: 0;
font-family: verdana,sans-serif;
}

nav {
    display:flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: #222222;
    font-family: verdana, sans-serif;
    font: 20px;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 30%;
}

.nav-links li {
    list-style: none;
}
.section{
    background-color: #687a5a;
    display: flex;
    justify-content: center;
    padding: 10%;
    width: 97%;
    margin: 20px;
}
.section img{
    height: 350px;
}
.section h1{
    margin: 0;
    color:antiquewhite
}


section p{
    color:rgb(240, 143, 25);
    margin-right: 25px;
    font-size: 20px;
}

.heading{
    color: antiquewhite;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}

.nav-links a{
    color: antiquewhite;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 20px;
    padding: 14px 16px;
}

/*.nav-links li a.hover:not(active) {
	background-color: red;
}*/

.nav-links li a.active {
	background-color: #687a5a;
}
