* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}


#css-zen-garden {
        background-image: url("../images/succulent.jpg");
        background-size: cover;
        background-attachment: fixed;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
        padding-right: 14em;
}

.summary {
    /*background-color: red;
    border-bottom: 4pt black dotted;*/
    text-align: center;
    font-family: brushscriptMT;
    font-style: italic;
}



.section1 {
    margin: 2em;
    /*border: 4px black solid;*/
    width: 75%;
    float: right;
    
}
.preamble {
    background-color: rgba(255,255,255,.5);
    width: 60%;
    float: right;
    margin-left: 40%;
    border-radius: 5em;
    border: 1pt black dotted;
    padding: 15pt;
    text-align: justify;
}
.preamble h3 {
    text-align: right;
    padding-right: 15pt;
}
.explanation {
    background-color: rgba(255,255,255,.5);
    width: 60%;
    float: left;
    margin-right: 40%;
    border-radius: 5em;
    border: 1pt black dotted;
    padding: 15pt;
    text-align: justify;
}
.participation {
    background-color: rgba(255,255,255,.5);
    width: 60%;
    float: right;
    margin-left: 40%;
    border-radius: 5em;
    border: 1pt black dotted;
    padding: 15pt;
    text-align: justify;
}
.participation h3 {
    text-align: right;
    padding-right: 15pt;
}

.benefits {
    background-color: rgba(255,255,255,.5);
    width: 60%;
    float: left;
    margin-right: 40%;
    border-radius: 5em;
    border: 1pt black dotted;
    padding: 15pt;
    text-align: justify;
}

.requirements{
    background-color: rgba(255,255,255,.5);
    width: 60%;
    float: right;
    margin-left: 40%;
    border-radius: 5em;
    border: 1pt black dotted;
    padding: 15pt;
    text-align: justify;
}

.requirements h3 {
    text-align: right;
    padding-right: 15pt;
}
h1 {
    font-size: 24pt;
    margin-top: 10pt;
    margin-bottom: 10pt;
    color: green;
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    font: bold;
    font-size: 20pt;
    margin-top: 10px;
    background-color: rgba(57, 128, 16, 0.253);
    border-radius: 5pt;
    padding-left: 15pt;
    
}
p {
    padding-left: 10px;
    margin: 15pt;
    
}
.sidebar {
    width: 20%;
    float: left;
    position: fixed;
    
    border: 10px rgb(57, 128, 16) dotted;
}




li {
   
    background-color: white; 
    border: none;
    color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }


li:hover {
    background-color: rgb(25, 94, 11);
    color:white;
  }

li a {
    color:inherit;
    text-decoration:inherit;
}

footer {
    text-align: right;
}