* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    background-color: rgb(228, 231, 247);
    font-family: verdana;
    border: 10px solid rgb(0, 0, 0);
    padding: 2em;
}

.page-wrapper {
    /*border-left: 4px solid purple;
    border-right: 4px solid purple;*/
    padding: 0px 2em;
}
#zen-intro {
    border: 6px solid rgb(41, 41, 41);
    background-image: url(../images/leaves.jpg);
    padding: 2em;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(187, 187, 187, 0.6);
    margin-bottom: 5px;
    height: 490px;
    

}
/* headings */
h1 {
    font-size: 35px;
    font-family: 'Courier New';
    text-shadow:2px 2px rgb(79, 158, 163);
    background-color:rgb(157, 215, 219) ;
    margin: 0 auto;
    width: 320px;
    text-align: center;
    border: 4px solid rgb(29, 29, 29);
    border-radius: 5px;
    font-weight:700;
    margin-bottom: 30px;
}

h2 {
    font-size: 25px;
    font-family: 'Courier New';
    text-shadow:2px 2px rgb(79, 158, 163);
    background-color:rgb(157, 215, 219) ;
    width: 500px;
    text-align: center;
    border: 4px solid rgb(29, 29, 29);
    border-radius: 5px;
}

h3 {
    font-size: 25px;
    font-family: 'Courier New';
    text-shadow:2px 2px rgb(175, 168, 69);
    background-color:rgb(219, 205, 157) ;
    box-sizing: border-box;
    text-align: center;
    border: 4px solid rgb(29, 29, 29);
    border-radius: 5px;
}
.preamble > h3:first-child {
    font-size: 25px;
    font-family: 'Courier New';
    text-shadow:2px 2px rgb(79, 158, 163);
    background-color:rgb(157, 215, 219) ;
    width: 500px;
    text-align: center;
    border: 4px solid rgb(29, 29, 29);
    border-radius: 5px;
    
 
}

/* paragraphs */
#zen-summary {
    margin-bottom: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    width: 500px;
}
#zen-preamble{
    margin-bottom: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    width: 500px;
    position: absolute; right: 120px; top: 158px;
    z-index: 10;

}

p {
    margin-bottom: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    
}

/*other*/

a {
    font-weight: 700;
}

a:hover {
    color: rgb(140, 208, 231);
}

abbr {
    font-weight: 700;
}

abbr:hover {
    font-size: 25px;
    text-shadow: 2px 2px grey;
}

#design-selection {
    border: 0px solid black;
    width: 375px;
    

}

#zen-resources {
    border:0px solid black;
    width: 375px;
    position:relative; left: 400px; top: -264px;
}

#design-archives {
    border: 0px solid black;
    width: 375px;
    position:relative; left: 800px; top: -189px;

}



