html {
	min-width: 260px;
	width: 100vw;
	min-height: 485px;
	height: 100vh;
	background: url("gfx/IMG_20170901_202919439_HDR.jpg") no-repeat center fixed;
	background-size: auto;
	overflow: auto;
}

body {
	margin: 0px;
}

div.main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -240px;
	height: 475px;
	width: 250px;
}

div.links {
	position: absolute;
	top: 75px;
	background-color: rgba(255,255,255,0.75);
	width: 250px;
	height: 400px;
	border-radius: 10px;
	text-align: center;
}

div.circ {
	position: relative;
	width: 150px;
	height: 150px;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	border-radius: 75px;
	background-image: url("gfx/round.png");
	background-size: cover;
	background-position: center;
}

div.inner {
	position: absolute;
	top: 50%;
	margin-top: -73px;
	width: inherit;
}

a, a:active {
	font-size: initial;
	font-family: Verdana;
	color: black;
	border-radius: 5px;
	background-image: linear-gradient(to bottom right, #ffe471, #d88e61);
	padding: 10px;
	margin: 5px;
	width: 150px;
	display: inline-block;
	text-decoration: none;
	transition: background 100ms ease-out;
	position: relative;
}

.twitter {
	background-color: #1da1f2;
}

.twitter:hover {
	background-image: none;
	background-color: #1da1f2;
	color: white;
}

.steam {
	background-color: #171a21;
}

.steam:hover {
	background-image: none;
	background-color: #171a21;
	color: #b8b6b4;
}

.discord {
	background-color: #18191c;
}

.discord:hover {
	background-image: none;
	background-color: #18191c;
	color: #737f8d;
}
