body
{
	color: rgb(160, 160, 160);
	background-color: black;
	font-family: sans-serif;
}

main
{
	display: block;
	max-width: 800px;
	margin: auto;
	padding: 1rem;
	margin-top: 2rem;
	border-top: solid white 3px;
	border-bottom: solid white 3px;
	border-left: solid white 9px;
	border-right: solid white 9px;
}

a
{
	color: rgb(192, 192, 192);
	font-weight: bold;
}

a:hover
{
	color: rgb(255, 255, 255);
}

header
{
	text-align: center;
}

header img
{
	max-width: 100%;
	margin: auto;
	margin-top: 1rem;
	position: relative;
}

#trailer
{
	display: block;
	max-width: 100%;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.main_desc
{
	color: rgb(224, 224, 224);
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin: 2rem;
	margin-top: 1rem;
}

.category
{
	color: rgb(224, 224, 224);
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.widgets
{
	text-align: center;
}

.widgets iframe
{
	max-width: 100%;
	border: solid 1px rgb(64, 64, 64);
	border-radius: 5px;
}

p
{
	font-size: small;
	text-align: center;
	margin: 2rem;
	margin-top: 1rem;
}

p img
{
	max-width: 100%;
}

ul
{
	font-size: small;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

#screenshots
{
	text-align: center;
	max-width: 600px;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#screenshots img
{
	max-width: 100%;
	border: solid 1px rgb(64, 64, 64);
	border-radius: 5px;
	margin: 0.5rem 0rem;
}

.links
{
	color: rgb(153, 102, 77);
	text-shadow: 0px 2px 0px rgb(64, 21, 0);
	max-width: 600px;
	font-size: 2rem;
	font-weight: bold;
	margin: 4rem auto 2rem;
	text-align: center;
}

.links img
{
	max-width: 100%;
}

.links .dev
{
	filter: saturate(100%);
	transition: filter 0.5s;
}

.links .dev:hover
{
	filter: saturate(150%);
}


.links .social 
{
	bottom: 0rem;
	filter: saturate(50%);
	transition: bottom 0.1s linear, filter 0.5s;
}

.links .social:hover
{
	position: relative;
	filter: saturate(100%);
	bottom: 0.2rem;
}

footer
{
	color: white;
	text-align: center;
	margin-top: 1rem;
}

footer a
{
	color: rgb(0, 128, 255);
	text-decoration: none;
	transition: color 0.5s;
}

footer a:hover
{
	color: rgb(0, 192, 255);
	text-decoration: underline;
}
