body{
        margin: 0px; 
        font-family: "oswald", sans-serif;
        font-weight: 400;
        font-style: normal;
        background-color: #BDB3A4;
    }
    header{
        font-family: "oswald", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #1a311e; 
        padding: 30px;
        text-align: center;
    }
    h1{
        font-size: 100px;
        line-height: 90px;
        margin-bottom: 0px;
    }
   P{
    color: #E7E1DA;
   }
    div{
        background-color: #594832;
        border-radius: 10px;
        padding: 10px;
        width: 760px;
        margin: auto;
        overflow: auto;
        margin-top: 30px;
    }
    img{
        width:300px;
        float:left;
        margin-right: 10px;
        margin-bottom: 50px;
    }
    .right{
        float:right;
        margin-right: 0px;
        margin-left: 10;
    }
    .center{
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 50%;
    }
    h3{
        text-align: center;
		font-size: 40px;
        color: #1f240a;
    }
    a{
            text-decoration: none;
            color: #4F7001;
        }
        a:hover{
            color: #1a311e;
        }
    footer{
        text-align: center;
    }
    nav{
        text-align: center;
        text-size: 10px;
        color: #4F7001;
    }
    main{color: #E7E1DA}