html {
	background-image: url("../_img/prayer.webp");
	background-position: left top;
	background-color: white;
	background-size: cover;
	background-position: top;
	position: absolute;
	background-attachment:fixed;
	min-height: 100%;
	min-width: 100%;
	background-repeat: no-repeat;
}

.thelordsprayer {
	top: 10%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #555555;
}

.jesusprayerforhimself {
	top: 15%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #555555;
}

.jesusprayerforhisdisciples {
	top: 20%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #555555;
}

.jesusprayerforhisbelievers {
	top: 25%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #555555;
}

/*~The glow section~*/

.thelordsprayer:hover {
	top: 10%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #AA5555;
}

.jesusprayerforhimself:hover {
	top: 15%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #AA5555;
}

.jesusprayerforhisdisciples:hover {
	top: 20%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #AA5555;
}

.jesusprayerforhisbelievers:hover {
	top: 25%;
	left: 45%;
	text-decoration: none;
	text-shadow: 3px 3px 8px #FFCCCC;
	color: #AA5555;
}