body {
	background-color: #1f262d;
}

.fullpage-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.fullpage-wrapper {
	width: 100%;
	text-align: center;
}

a.navbar-brand {
	color: #fff;
}

.login-with-steam {
	margin-top: 20px;
}

.login-with-steam button {
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: none;
	cursor: pointer;
}

.login-with-steam button img {
	width: 50px;
}

.login-with-steam button span {
	position: relative;
	top: 2px;
}