html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#content {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 2;
    padding: 7px;
    line-height: 1.5em;
    color: #FFF;
    font-family: 'Over the Rainbow', cursive;
    font-size: 2.5em;
    width: 40%;
}

#content h1 {
    line-height: 1.3em;
}
