article p {
	text-indent: -50px;
	padding-left: 60px;
	padding-right: 10px;
	/*background-color: white;*/
}

article p:target {
	background-color: #A4FFDE;
}

.long-link {
	word-break: break-all;
}

#back {
	display: none;
	position: fixed;
	top: 40vh;
	height: 105px;
	width: 95px;
	padding: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	text-align: center;
	font-size: 30px;
	border-radius: 0 50px 50px 0;
	border: 5px solid #41EABD;
	border-left: none;
	background-color: #41EABD;
	color: white;
}

#back:hover {
	cursor: pointer;
	background-color: aquamarine;
}