.box {
	padding: 10px;
	border: 2px solid lightgrey;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
	/* animation: 1.3s fadeIn;
	animation-fill-mode: forwards; */
	/* visibility: hidden; */
    /* -webkit-transition: all .4s ease; */
}

.box:hover{
	padding:9px;
	/* text-decoration: underline; */
	border: 3px solid darkgrey;
	-webkit-transition: all .4s ease;
}
