* {
    margin: 0;padding: 0;border: 0;box-sizing: border-box; 
}

body {
    background-color: aliceblue;
    color: #16425b;
    font-family: 'Kanit', sans-serif;
}

.page-wrapper {
    padding-bottom: 250px;
    border: 10px double #16425b;
}

#zen-intro {
    
    color: #16425b;
}

header {
    text-align: center;
}

h1 {
    font-size: 5em;
    font-family: 'Ysabeau', sans-serif;
}

h2 {
    font-size: 2em;
    font-family: 'Ysabeau', sans-serif;
}

h3 {
    background-color: #5ab1b1;
    font-size: 2em;
}

p {
    margin-top: 5px;
    font-size: 1.1em;
}

 abbr {
    color: #ed254e ;
}
a:link {  
	text-decoration: none; 
	color: #FF570A;
}
a:visited { 
	text-decoration: none; 
	color: #D4CDDC;
}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: yellow;
}
div {
    background-color: #5ab1bb;
}
div.summary {
    text-align: center;
}

#zen-preamble {
    padding: 10px;
    background-image: linear-gradient(#5ab1bb,#567);
}

#zen-supporting {
    padding-left: 10px;
}

#zen-explanation {
    background-image: linear-gradient(#5ab1bb,#567);
}

#zen-participation {
    background-image: linear-gradient(#5ab1bb,#567);
}

#zen-benefits {
    background-image: linear-gradient(#5ab1bb,#567);
}

#zen-requirements {
    background-image: linear-gradient(#5ab1bb,#567);

}
footer {
    font-size: .9em;
    font-weight: bold;
}
ul {
    list-style-type: none;
}

#design-selection {
    float: left;
    height: 250px;
    width:33%;
    padding: 0 10px;
}

#design-archives {
    float: left;
    height: 250px;
    width: 33%;
    padding: 0 10px;
}

#zen-resources {
    float: left;
    height: 250px;
    width: 33%;
    padding: 0 10px;
}