* {
    margin:0; padding: 0; border: 0; box-sizing: border-box;
}

#css-zen-garden { /* body of page */
    background-image: url(../images/okeeffeg-light-of-iris-1924.jpg);
    background-size: cover;
    background-position: 0% 50%;
    font-family: 'Lucida Sans', "sans-serif";
}

.page-wrapper {
   border-top: 6px solid rgb(128, 6, 153);
   border-bottom: 6px solid rgb(128, 6, 153);
   border-style: ridge;
   background-color: rgba(243, 211, 250, 0.6);
   padding: 40px 40px; 
   margin: 40px;
}

#zen-intro {
    padding-bottom: 10px;
    }

h1 {
    font-size: 60px; font-weight: bolder;
    font-stretch: extra-expanded;
    text-align: right;
    color: rgb(128, 6, 153);
    padding-right: 40px;
}

h2 {
    font-size: 50px; font-weight: bold;
    font-stretch: expanded;
    text-align: right;
    color: rgb(128, 6, 153);
    padding-right: 40px;
    padding-bottom: 20px;
}

h3 {
    font-size: 30px; font-weight: bold;
    color: rgb(128, 6, 153);
}

#zen-summary, #zen-preamble, #zen-supporting, #zen-participation, #zen-benefits, #zen-requirements p{
    font-size: 15px;
    color:black; font-weight: bold;
}

.wrapper h3 {
    font-size: 30px; font-weight: bold;
    color: rgb(2, 126, 109);
}

.design-selection, .design-archives, .zen-resources, li {
    list-style-type: none;
}
