body {
    width: 100%;
    height : 100%;
    margin: 0;
    background:#227500;
}

.pageTitle {
    color: #ff1111;
    margin: 10px auto;
    text-align: center;
    font-size: 60px;
    /*line-height: 70px;*/
    font-family: princessSofia, cursive;
}

.main-content {
    background: #efefef;
    max-width: 800px;
    max-height: 70%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
}

.main-box {
    width: 75%;
    height: 100%;
    text-align: center;
}

img.tree {
    max-width: 75%;
    max-height: 70%;
}


