body {
    background: #fff8f5 url("../images/bottom-corner.png") bottom right no-repeat;
    color: #5c473f;
    font-family: 'Just Another Hand', cursive;
}

h1 img {
    width: 70%;
    margin: 0 15% 2rem 15%;
    z-index: 1000;
}

ul {
    margin-bottom: 2rem;
}

ul li {
    font-size: 2rem;
    text-transform: uppercase;
    list-style-type: "- ";
}

iframe {
    border: 0;
    margin-bottom: 2rem;
}

div.contact {
    background: transparent url("../images/footprints.png") center left no-repeat;
    margin-bottom: 5rem;
}
div.contact p {
    font-size: 3rem;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
}

.top-corner {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 30%;
}

.top-corner img {
    width: 100%;
}

.leaf {
    background: transparent url("../images/leaf.png") top right no-repeat;
}