* {
    margin: 0; padding: 0; border:0; box-sizing: border-box;

}

/* body of the page */

#css-zen-garden {

    background-color:seashell;
    background-image: url(https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/japan-kyoto-city-ginkaku-ji-pavilion-news-photo-1588372238.jpg?crop=1.00xw:0.720xh;0,0.172xh&resize=980:*); 
    background-repeat:no-repeat;
    background-position:center;
font-family: 'Dancing Script', cursive;
font-weight: bolder;

  /*wsd*/
}



.page-wrapper {
    border:4px dashed white;
padding:1em;
}

.intro {
    border:4px solid thistle;
    background-image:url()


}
.summary{

   border:4px solid rgb(113, 145, 253);

}

h3 {
   text-align: center;
    border: 3px papayawhip solid;
    margin:25px 0px 10px 0px;
}

a { 
    font-family:verdana; 
    font-weight:bold;
    color:rgb(122, 91, 231);
    background-color:rgb(28, 88, 255) alpha;
}
abbr{
    color:rgb(45, 171, 221);
    font-weight:bold;
    outline:1px dotted rgb(77, 152, 250);
}

.benefits{
    background-color:RGBA(250,250,250,.30);
padding-top:5px;
}
.participation {
    background-color:RGBA(250,250,250,.30);
padding-top:5px;

}
.requirements {
    background-color:RGBA(250,250,250,.30);
    padding-top: 5px;
    word-spacing: 2px;
}
p {
    word-wrap:normal;
    text-align: center;
    
}
.title{
    text-transform: capitalize;
    color:violet;
}
h1,h2{
    text-align: center;
}
div{
    color:rgb(26, 41, 39);
    word-spacing: 4px;
}
aside{
    border:4px red solid;
}
