body{
    background:  #F6E5DC;
    font-family: Verdana;
}
header{
    background: #2F180C;
    text-align: center;
    color: khaki;
    height: 60px;
}
.left{
    width: 60%;
    float: left;

}
.right{
    font-size: 150%;
    padding: 70px;
    margin-bottom: 12px;
}
.bottom{
    background: #D0B6A8;
    padding: 30px;
    text-align: center;
}
footer{
    background: #2F180C;
    color: khaki;
    height: 60px;
}
.image{
    height: 350px;
}
button{
    margin: 10px;
    padding: 5px;
    background: #2F180C;
    color: khaki;
}