* {margin: 0; padding: 0; border: 0; box-sizing:border-box;}

body {margin-inline: auto;background-color: rgb(226, 196, 157); font-family: 'Times New Roman', Times, serif; position: relative; font-weight: 600;}

#zen-intro {width:100%; background-image:url('../Screenshots/leaves.jpg');background-size: cover; background-position: center; border:10px solid darkgreen;padding: 10px;border-radius: 20px; float:inline-start;}
#zen-intro h1{ padding: 20px; color: sandybrown; text-align: center; font-size:xx-large;}

#zen-supporting {width:75%;padding: 5px; border:5px solid darkgreen; border-radius: 5px; float: left;}

#zen-benefits,#zen-requirements {padding: 20px; background-color: rgba(21, 255, 0, 0.445);}
#zen-benefits h3,#zen-requirements h3{text-align: left;}
#zen-benefits a,#zen-requirements a, #zen-supporting a, #zen-intro a {color:inherit;}
#zen-benefits a:hover,#zen-requirements a:hover, #zen-supporting a:hover, #zen-intro a:hover {color: lightgreen}

aside {width: 25%; float: right;padding: 20px; border:7px solid darkgreen; border-radius: 5px;}
aside a {text-decoration: none; color:inherit;}
aside a:hover{color:lightgreen}