.page-content{
	position: absolute;
	width: 1240px;
	min-height: 480px;
	height: 100%;
	background: var(--active-area);
}
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a{
	text-decoration: underline;
}
a{
	text-decoration: none;
}
.tech{
	position: absolute;
	height: 176px;
	width: 332px;
	left: 85px;
	top: 50px;
}
.tech-window-content{
	margin: 5px;
}
.buttons{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.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;
}
.button:hover{
	background: var(--darker-color);
}