/*text*/
h1 {
	text-align: center;
	color: #ff0055;
	box-shadow: 0px 0px 20px #ff0055;
	padding: 15px;
}
body {
	background-color: #0B0D0D;
	color: #ff0055;
	margin: 10px;
}
.homebody {
	text-align: center;
	color: #ff0055;
	box-shadow: 0px 0px 20px #ff0055;
	padding: 15px;
}
.footer {
  text-align: center; 
	color: #ff0055;
	box-shadow: 0px 0px 20px #ff0055;
	padding: 15px;
}
.returnimg {
  display: inline-block;
  justify-content: left;
  max-width: 400px;
  height: auto;
}
/*IMGs*/
img  {
	border-radius: 16px;
	max-width: 100%;
	height: auto;
	margin: 10px;
	box-shadow: 0px 0px 20px #ff0055;
}
.masklayer {
	visibility: hidden;
	-webkit-mask-image: url
}
div.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition-duration: 0.4s;
}
div.gallery:hover mask-layer {
	visibility: visible;
	cursor: pointer;
}
#thornborderimg {
  display: inline-block;
  border: 30px solid transparent;
  padding: 50px;
  border-image: url(RoseThornBorder.png) 30 round;
/*Poetry*/
.BITWBody {
	font-size: 20px;
	display: inline-block;
	justify-content: left;
	margin: 50px;
	word-wrap: break-word;
	word-break: keep-all;
	box-shadow: 0px 0px 50px 10px #ff0055;
	padding: 15px;
}