html {
	background: linear-gradient(#312525 0%, #4c4a62 100%);
	height: 100%;
	font-size: 25px;
	font-family: 'Arial';
}
body {
	margin: 0;
}

input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 20px;
	padding: 10px;
}

#container {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.3);
	overflow-y: scroll;
}

#container p {
	text-align: center;
	color: white;
	padding: 0 40px;
}

#jesus {
	height: 60%;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	position: relative;
}

#jesus img {
	height: 100%;
}


#jesus .text {
	display: none;
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
	color: white;
	text-shadow: 0px 0px 4px black;
	padding: 0 30px;
}

#jesus .text h1 {
	margin: 0 0 30px 0;
	font-size: 50px;
}






#navigation {
	position: fixed;
	top: 40px;
	left: 40px;
	font-size: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin-bottom: 5px;
}

#navigation li a {
	display: inline-block;
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
}