html{
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    background: #cad2c5;
    font-weight: 400;
    /*https://coolors.co/cad2c5-84a98c-52796f-354f52-2f3e46*/
}

body{
    margin: 0 auto;
    text-align: center;
    
}

h1{
    font-weight: 400;
    font-size: 55px;
    color:#354f52;
    margin: 0 auto;
    margin-top: 20px;
}

main{
    width: 850px;
    margin: 0 auto;
    background: #cad2c5;
}

h2{
    font-weight: 400;
    font-size: 40px;
    color:#354f52;
    margin-top: 50px;
    text-align: left;
}

h3{
    font-weight: 400;
    font-size: 35px;
    color:#354f52;
    margin-top: 50px;
    text-align: left;
    margin-bottom: 0px;
}
h4{
    font-weight: 400;
    font-size: 25px;
    color:#354f52;
    margin-top: 50px;
    text-align: left;
    margin-bottom: 0px;
}

nav a{
    text-decoration: none;
    margin: 25px 50px;
    font-size: 20px;
    color:#354f52;  
    display: inline-block;
    
    
}

nav{
   background:  #A1A89D;
}

p{
    margin-top: 0px;
    color:black;
    text-align: left;
    width: 500px;
    font-size: 20px;  
}

.active{
    color: black;
}

nav a:hover{
    color:black;
}
img{
    float: right;
    display: inline-flex;
}

footer{
    padding: 40px;
    background:#A1A89D;
    color:#354f52;
    font-size: 20px;
}

.sources{
    font-size: 15px;
}