html {
	background: black;
}

.sidebar a {
  color: white;
  padding: 3px;
}

.sidebar a:hover:not(.active) {
  background-color: white;
  color: black;
}

div.content, footer {
  padding: 1px 16px;
}

.sidebar {
	width: 100%;
	height: auto;
}

#logo {
	width: 80%
}

#game-desc {
	text-align: center;
}

#game-desc-h1 {
	width: 400px;
}

#game-logo {
	max-height: 400px;
}

#ios, #gplay, .ios, .gplay, #switch, #xbox, #playstation, .logo {
	text-align: center;
	width: 100%;
}

#gplayimg, #gplayimg.a, #iosimg, #iosimg.a, .logoimg, .logoimg.a {
	text-align: center;
	height: 180px;
}

body {
	text-align: center;
	font-family: 'Abel', sans-serif;
	color: #FFFFFF;
}
