html, main{width: 100%;background-color: #e6fff0}
		 html{overflow-x: hidden}
		 section a img{opacity: 0.8; transition: transform .2s; margin-bottom: 20px;}
		 section a:hover img{opacity: 1;transform: scale(0.9);}
		 section a:hover{text-decoration: none}
		 section a{color:#4b4b4b;background-color: #cfe9dc; padding: 15px; margin: 5px; display: block;}
		 section a:hover{color:#353535;background-color:#87ffac;}
		 section a h3{font-weight: 700;}
		 section a h2{color:#585858}
		 section a h4{color:#ffffff;font-weight: 700; background-color: #5fe9cd; display: inline; padding: 2px 5px;}
		 section a h6{line-height: 0.8; margin: 0; font-weight: bold; color:#2c99ae; padding: 5px; background-color: #ffffff; display: unset; box-shadow: #000000 1px 1px 5px;}
		 section a h6:hover{ color:#1c1c1c;box-shadow: #000000 -1px -1px 5px;}
		 footer a{color:#b8b8b8;}
		 footer a:hover{color:#c8fffb;}
		 sup{font-size: 57%}