body {
	margin: 0;
	background-color: #000000;
	color: white;
	font-family: NeuePixelSans;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 40px;
	font-family: bpdots;
	font-weight: normal;
}

.directional_container {
	display: flex;
	flex-direction: column;
	position: absolute;
	padding: 0.75%;
}

.center_container {
	display: flex;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	flex-direction: column;
	position: absolute;
}

.page_title {
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	font-size: 60px;
	font-family: retganon;
}

.link_column {
	display: flex;
	flex-direction: column;
    width: fit-content;
    height: fit-content;
    position: relative;
	padding: 0.75%;
    width: 180px;
    height: fit-content;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 50px;
	font-family: retganon;
	transform-origin: left;
}

.link_column a {
	margin-bottom: 10px;
}

.link_column a:hover {
	transform: translateX(12.5%) scale(1.25); 
}

.link_list {
	display: flex;
	flex-direction: column;
    width: fit-content;
    height: fit-content;
    position: relative;
	padding: 0.75%;
    width: fit-content;
    height: fit-content;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 50px;
	font-family: retganon;
}

.link_list a {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 40px;
	font-family: retganon;
}

.link_list a:hover {
	font-size: 50px;
}

.link_list li {
	margin-bottom: 0px;
	margin-top: 20px;
}

.link_list li p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 30px;
	font-family: retganon;
	color: DarkGray;
}

.return_home {
	z-index: 1000;
	display: flex;
	flex-direction: column;
    height: fit-content;
    width: fit-content;
    position: fixed;
	right: 0%;
	bottom: 0%;
	font-size: 50px;
	padding: 0.75%;
	text-shadow: -2px -2px 0 black, 2px -2px 0 black, 2px 2px 0 black, -2px 2px 0 black;
}

.return_home:hover {
	font-size: 60px;
}

.link-small {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 40px;
	font-family: bpdots;
}

a {
	transition: .2s ease-in-out;
}

a:visited, a:active, a:link {
	color: white;
}

a:hover {
	color: #D9AFEA !important;
	text-shadow: 0px 0px 4px #D9AFEA;
}

.no_underline a {
	text-decoration: none;	
}