@font-face {
	font-family: font;
	src: url('../Font.ttf');
}

.hover:hover {
	outline: 2px solid #FFFFFF;
}



.bg {
	position: fixed;
	left: 50%;
	transform: translate(-50%);
}

#bg-top {
	margin-top: -120px;
	width: 100vw;
	height: 110px;
	background-color: #292C32;
	z-index: 1;
}

#bg-column {
	margin-top: -120px;
	width: calc(35vw + 30px);
	min-width: 380px;
	height: 101vh;
	background-color: #303339;
	z-index: -1;
}

#bg-mid {
	top: calc(30vh - 30px);
	width: calc(35vw + 350px);
	height: 160px;
	background-color: #292C32;
	z-index: -2;
}

body {
	overflow-y: scroll;
	background-color: #36393F;
	color: #F0F0F0;
	font-family: font;
	text-align: center;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}



#prev {
	right: calc(67.5vw + 35px);
}

#next {
	left: calc(67.5vw + 35px);
}

.navbutton {
	top: 30vh;
	width: 100px;
	height: 100px;
	color: #FFFFFF;
	font-size: 70px;
}



button {
	position: fixed;
	background-color: #26292F;
	font-family: font;
	text-align: center;
}