body {
    background-color: #8CC673;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 70px;
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 10px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
h1 img {
    position: relative;
    top: 20px;
    margin: 0 15px;
}
#grad {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
    z-index: 0;
}
p {
    margin: 0;
    padding: 0;
}

.pageNav {
    text-align: center;
    margin: 10px 0;
}
.pageNav a {
    display: inline-block;
    border: 2px solid #3d775f;
    background-color: #d5ffbb;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 12px 6px 50px;
    margin: 0 4px 7px 4px;
    font-size: 17px;
    border-radius: 7px;
    position: relative;
}
.pageNav a:hover {
    border-color: #696b47;
    background-color: #f5ff93;
}
.pageNav a:nth-child(1) {
    padding-left: 40px;
}
.pageNav .current {
    background-color: inherit;
    border-color: #588f79;
    pointer-events: none;
}
.pageNav a img {
    position: absolute;
    top: 0;
    left: 10px;
}
.pageNav a:nth-child(2) img {
    top: 3px;
}
.pageNavBottom {
    margin-top: 15px;
    margin-bottom: 30px;
}