html { 
    background: url(moss-clipart-free-14.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

body {
    text-align: right;
    margin: 50px;
    padding: 0;
    color: #222;
    height: 100%;
    font-family: "Open Sans";
}

.footer {
    display: fixed;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: right;
    color: #ccc;
}

a:link {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #ccc;
    text-decoration: none;
}

h1, h2 {
    text-shadow: 0 0 2px #fff;
}
h1 {
    font-size: 36pt;
    font-weight: 700;
}
h2 {
    font-size: 24pt;
    font-weight: 500;
}
hr {
    width: 75%;
    margin-right: 0;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
    cursor: pointer;
}

.text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    width: 75%;
    height: 75%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    overflow-y: scroll;
}

.text h1, h2, h3 {
    text-shadow: none;
}
