#hover {
	color: #4a5eff;
	font-size: 38px;
	text-align: center;
	margin-top: 100px;
	padding: 20px;
	line-height: 40px;
	background-color: #d1f5ff;
	border: 2px solid #4abbff;
	font-family: Tahoma;
}

#hover:hover {
	background-color: #6c7e83;
	color: white;
}

