html
{
	background-image: url('../images/theme/background.png');
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

body
{
	font-size: 20px;
	width: 900px;
	margin: auto;
}

header
{
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
}

h1
{
	text-align: center;
}

.pointer
{
	cursor: pointer;
}

.portrait,
.bust
{
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.portrait a,
.bust a
{
	display: block;
}

.portrait span,
.bust span
{
	display: block;
	text-align: center;
}

#game-boys
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

img.flag
{
	height: 14px;
	vertical-align: baseline;
	border: 1px gray solid;
}

div#profile
{
	margin-top: 32px;
}

div#profile p
{
	margin-bottom: 35px;
}

div#profile #appearances p,
div#profile #costumes p
{
	margin-bottom: 5px;
}

#appearances ul,
#costumes ul
{
	margin: 0;
	padding-left: 10px;
}

#appearances ul li,
#costumes ul li
{
	list-style-type: "- ";
	font-size: 15px;
}

#games
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#games .logo
{
	display: inline-block;
	width: 400px;
	height: 220px;
	position: relative;
}

#games .logo img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#steam
{
	display: flex;
	justify-content: center;
}

#boys
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#boy
{
	display: flex;
	border-image: url(../images/theme/notebook.png);
	border-image-slice: 78 369 116 124 fill;
	border-width: 78px 369px 116px 124px;
	border-style: solid;
	border-image-repeat: round round;
	white-space: nowrap;
}

div#boy-header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

div#boy-header a
{
	font-size: 0.75em;
}

footer
{
	text-align: center;
	font-size: 0.7em;
	margin-top: 30px;
}

footer a
{
	text-decoration: underline;
}