.page-content{
	width: 1240px;
	min-height: 6190px;
	height: 100%;
	position: absolute;
	background: var(--active-area);
}
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a{
	text-decoration: underline;
}
a{
	text-decoration: none;
}
ul{
	font-size: 18px;
}
.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;
	width: 100%;
	gap: 20px;
}
.button:hover{
	background: var(--darker-color);
}
.changelog{
	position: absolute;
	top: 20px;
	left: 130px;
	height: 200px;
	width: 620px;
}
.changelog-content{
	padding: 5px;
}
.log{
	position: absolute;
	top: 270px;
	left: 100px;
	height: 5870px;
	width: 1030px;
}
.log-content{
	padding: 5px;
}