section:hover {
	border-color: blue;
	transition: 0.5s;
}


section:active strong {
	background-color: rgba(255, 128, 0, 0.5);
	padding: 0 3px 0 3px;
	transition: 0.5s
}

strong {
	background-color: none;
	font-weight: normal;
	border-radius: 3px;
	transition: 1s
}