#hireMeButton
{
	width:100%;
	position:fixed;
	display:flex;
	justify-content:flex-end;
	z-index:2000;
}

#hireMeButton a
{
  position:relative;
	
}
#hireMeButton img
{	
	border:2px solid #71a4be;
	border-radius: 50%;
	width: 110px;
	height: 70px;
}

#hireMeButton span
{
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding-left:17px;
}