body {
    background: rgb(229, 205, 160) url("../image/gradient.png") repeat-x top;
    color: rgb(42, 27, 20);
    min-width: 838px;
}

a {
    color: rgb(47, 94, 118);
}

header {
    margin: 0 auto;
    height: 130px;
    width: 703px;
}

header h1 {
    margin: 3px;
}

header h1 span {
    background: url("../image/3bananamonkey.svg") no-repeat center;
    background-size: cover;
    background-position-y: 0;
    display: block;
    height: 173px;
    text-indent: -9999px;
}