::-webkit-scrollbar {
 width: 3vw;
}
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	overflow: hidden;
	font-size: 12px;
}
.page {
	font-size: 14px;
	height: 100%;
}
.content {
	height: 200%;
}
.content_inner {
	font-size: 1rem;
	height: 50%;
	padding: 100px 4% 50px;
}
footer#social {
	font-size: 1.5em;
	display: flex;
	justify-content: center;
}
footer#social a {
	padding: 1rem;
	border-left: solid 1px #252525;
}
footer#social a:first-child {
	border-left: none;
}
