.web-note{
	box-sizing:border-box;
	padding:1em;
	background:lavender;
	border-radius:1em;
	border:1px solid lightsteelblue;
	width:500px;
	}
.web-note a{
	display:flex;
	justify-content:space-around;
	text-align:center;
	}
.web-note a:hover{
	color:#333;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
.web-note h3{
	font-size:1.5em;
	color:midnightblue ;
	padding:0.25em 0 0.5em 0;
	}