* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}


body {
    background-image: url(images/paws.jpeg);   
}

#wrapper {
    width: 940px;
    background-color: #94B49F;
    margin: 20px auto;
    overflow: hidden;
    
}


header {
    background: #fff;
}

img {
    max-width: 100%;
}

.big {
    margin: 20px auto;
    display: block;
    text-align: center;
    border-radius: 5px;
}



.right {
    float: right;
    margin-left: 20px;
    border-radius: 5px;
}


.left {
    float: left;
    margin: 20px;
    border-radius: 5px;
}


#logo {
    width: 200px;
    display: inline;
}

main {
    width: 580px;
    float: left;
   
}

aside {
    width: 320px;
    float: right;
    background: #7D8F69;
    margin: 20px;
    border-radius: 8px;
    
}

aside ul {
    padding: 20px;
    list-style-type: none;
}

aside ul li {
    color: #EDDFB3;
    margin-bottom: 10px;
}

nav {
    height: 50px;
    background: #AAC8A7;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}


nav li {
    list-style-type: none;
    float: left;
    line-height: 50px;
    width: 50%;
    text-align: center;   
}


h1, h2, h3 {
    margin-top: 20px;
    margin-left: 20px;
    clear: both;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


h3 {
    color: #EDDFB3;
}


p {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 20px;
}


.fa {
    color: rgb(179, 198, 214); 
    text-align: center;
    width: 100%;  
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #483838;
}

a:hover {
    color: #9E7676;
}

footer {
    height: 50px;
    background: #AAC8A7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
}  


footer li {
    list-style-type: none;
    float: left;
    line-height: 50px;
    width: 25%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}