body {
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	background-image: url('img/bg.png');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: center bottom;
	background-size: cover;
}
.header {
	display: flex;
}
.header h1 {
	position: absolute;
	font-family: arial;
	color: #ffffff;
	font-size: 40px;
	margin-top: 45px;
	margin-left: 10px;
	width: 75%;
	z-index: 1;
}
.header p {
	position: absolute;
	font-family: arial;
	color: #a9a9a9;
	font-size: 16px;
	margin-top: 160px;
	margin-left: 10px;
	z-index: 1;
}
.header img {
	position: absolute;
	align: right;
	right: 0;
	height: 200px;
	margin-top: -10px;
	mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 20%, transparent 100%);
	z-index: 0;
}
.header a {
	text-decoration: none;
	font-family: arial;
	color: #a9a9a9;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 20px;
	z-index: 1;
}
.header a:hover {
	text-decoration: underline;
}
.header hr {
	position: absolute;
	margin-top: 190px;
	left: 0;
	width: 100%;
	color: #ffffff;
	position: absolute;
}
.content {
	margin-top: 40px;
	margin-left: 30px;
	color: #ffffff;
	width: 80%;
	line-height: 30px;
}
.content p {
	color: #ffffff;
	font-size: 16px;
	font-family: arial;
}
#dates {
	margin-left: 80px;
}
#authorP {
	margin-left: 80px;
}
.content ul {
	color: #ffffff;
	font-size: 16px;
	font-family: arial;
	margin-left: -20px;
}
.content h2 {
	color: #ffffff;
	font-size: 24px;
	font-family: arial;
	text-decoration: underline;
}
.content a {
	text-decoration: none;
	color: #ffffff;
	background-color: #2121ff;
	border-radius: 5px;
	padding: 3px;
}
.content a:hover {
	background-color: #ffffff;
	color: #000000;
}
.content img {
	height: 100px;
	max-width: 40%;
	object-fit: cover;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 10px;
	cursor: pointer;
}
.imagecontainerdefault {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.imagecontainerdefault img {
	opacity: 0.0;
}
.imagecontainer {
	position: fixed;
	margin: -10px;
	width: 102%;
	height: 102%;
	background-color: #000000ee;
	z-index: 90;
	transition: background-color 0.5s;
}
.imagecontainer img {
	max-height: 80%;
	max-width: 80%;
	object-fit: cover;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	transition: opacity 0.5s;
	opacity: 1;
}
.img-close-btn {
	color: #ffffff;
	font-size: 25px;
	position:fixed;
	right: 0;
	top: 0;
	margin-right: 4px;
	margin-top: 4px;
	cursor: pointer;
	user-select: none;
	background-color: #424242;
	padding: 0px 6px 0px 6px;
	border-radius: 999px;
}
#save-icon {
	margin-left: 5px;
	margin-top: 110px;
}
#image-subtitle {
	left: 0;
	right: 0;
	padding-top: 25px;
	margin: auto;
	color: #ffffff;
	text-align: center;
	font-family: arial;
	font-size: 25px;
	max-width: 80%;
}
#nextImg {
	color: #ffffff;
	font-size: 50px;
	position:fixed;
	right: 0;
	margin-right: 4px;
	margin-top: 48vH;
	cursor: pointer;
	user-select: none;
	border-radius: 999px;
	padding: 0px 14px 0px 14px;
}
#prevImg {
	color: #ffffff;
	font-size: 50px;
	position:fixed;
	left: 0;
	margin-left: 4px;
	margin-top: 48vH;
	cursor: pointer;
	user-select: none;
	border-radius: 999px;
	padding: 0px 14px 0px 14px;
}