/* Added by Sezer Uenlue */
.handynr {
	color: white;
	background-color: #94bf29;
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 10px;
	padding: 10px;
	display: block;
	opacity: 0.8;
	transition: all 0.4s;
}

.handynr:hover {
	opacity: 1;
	transition: all 0.4s;
}
