body {
    background-color: #D2B48C;
}

div.wrapper {
    height: auto;
    max-height: 100%;
    overflow: auto;
}

img.bgimg {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 10%;
}

#bear {
    height: 1em;
    padding-right: 0.8em;
}

div.content {
    position: absolute;
    right: 5%;
    width: 40%;
}

h1 {
    font-family: 'Over the Rainbow', cursive;
    font-size: 4em;
    color: #fff;
    text-align: center;
}

div.content p {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: justify;
}

div.content a {
    font-weight: bold;
    text-decoration: none;
    color: 800000;
}