.page-content{
	width: 1240px;
	min-height: 2100px;
	height: 100%;
	position: absolute;
	background: var(--active-area);
}
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a{
	text-decoration: underline;
}
a{
	text-decoration: none;
}
.warning{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 5px 0 5px 0;
}
.warning-icon{
	height: 27px;
	width: 27px;
	margin: 0 10px 0 5px;
}
.art{
	position: absolute;
	height: 308px;
	width: 600px;
	top: 18px;
	left: 80px;
}
.art-content{
	padding: 5px;
}
.space-above{
	margin-top: 5px;
}
.button{
	display: flex;
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background: var(--main-color);
	color: var(--link-color);
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 10px auto 10px auto;
}
.buttons{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}
.button:hover{
	background: var(--darker-color);
}
.button2{
	width: 300px;
}
.commissions{
	position: absolute;
	height: 140px;
	width: 444px;
	top: 10px;
	right: 100px;
}
.commissions-content{
	padding: 5px;
}
.drawing{
	position: absolute;
	height: 252px;
	width: 408px;
	top: 145px;
	right: 200px;
}
.gallery{
	position: absolute;
	height: 1650px;
	width: 1178px;
	top: 380px;
	left: 30px;
}
h2{
	margin: 0.2em;
}
.gallery-row{
	display: flex;
	width: 100%;
	padding: 0 5px 0 5px;
	flex-wrap: wrap;
}
.image-file{
	display: flex;
	justify-content: top;
	align-items: center;
	flex-direction: column;
	height: 160px;
	width: 102px;
	padding: 5px 5px 0 5px;
	margin: 0 0 5px 0;
	border: solid 2px rgba(0, 0, 0, 0);
}
.image-file:hover{
	background: rgba(0, 0, 0, 0.1);
	border: solid 2px #FFFFFF;
}
.filename{
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}
.thumbnail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: solid 1px rgba(0, 0, 0, 0.2);
}
.file-link{
	color: #000000;
}