body {
    background-image: url("images/background.png");
        /* Source: www.kemecer.com */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#banner {
    text-align: center;
}

/* Navigation Bar */
ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 5px 0px;
}

li {
    display: inline;
    font-family:"Party LET", serif;
    font-size: 20px;
    color: black;

}

li a:hover {
    color: #c9ede8;
}

.navBar {
    text-decoration: none;
    text-align: justify;
    letter-spacing: 2px;
    margin: 10px;
    color: black;
}

/* Page Content */
.contentBox {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.60);
    width: 750px;
    min-height: 500px;
    padding: 5px;
}

h1 {
    text-align: center;
    font-family:fantasy;
}

#WIP {
    text-align: center;
}


#moonbow {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#definition {
    text-align: center;
}

.smallText {
    font-size: 12px;
    margin-top: 0px;
    margin-left: 122px;
}

.normalText {
    font-family: fantasy;
    text-align: center;
}

/* footer */
#footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    padding: 5px;
}

#copyright {
    text-align: left;
    width: 375px;
}

#email {
    text-align: right;
    width: 375px;
}
