* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;

}
/* body */
#css-zen-garden {
    background-image: linear-gradient(#8B575C, #FCB9B2) ;
    font-family: 'Tangerine', cursive;
    border: 10px groove #615055;
    padding: 1em;
    padding-top: 1em;


    
}

.page-wrapper {
    border: 3px;


}

h1, h2, #zen-summary {
    text-align: center;
    background-color: #FAD4D8;
    border-right: 6px groove #615055;
    border-left: 6px groove #615055;
    
}

h1, h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    border-top: 6px groove #615055;
    
}

.preamble, .explanation, .participation, .benefits, .requirements, footer {

    background-image: linear-gradient(#FAD4D8, #C98986);
    padding: 1em;
    border: 6px inset #615055;
}

footer {

    text-align: center;
    word-spacing: 75px;
    font-size: large;
}

.design-selection, .design-archives, .zen-resources {

    border: 4px groove #615055;
    
}