#copybutton {
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 50px;
	width: 50px;
}

#copybutton a {
	position: fixed;
	bottom: 1.5px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.1);
}

#copybutton a:hover {
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3.5px rgba(197, 110, 171, 0.4);
}

#copybutton p {
	color: #FFF;
	font-weight: 300;
	text-align: center;
	font-size: 25px;
	margin: 6px 0 0 1px;
	padding: 0;
}