@font-face {
    font-family: 'Press Start K';
    src: url('fonts/PressStartK.woff2') format('woff2'),
        url('fonts/PressStartK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background-color: #000000;
    font-family: 'Press Start K'; font-weight: normal; font-style: normal;
}

#header {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	padding-top: 0px;
	max-width: 420px;
}

hr {
	height: 1px;
	border: 0;
	background-color: #ffffff;
}

h1 {
	font-weight: medium;
	font-size: 16pt;
	color: #ffffff;
	line-height: 0;
}

h2 {
	font-weight: medium;
	font-size: 14pt;
	line-height: 1.5;
	color: #8D8D8D;
}

#subtitle {
    color: #8D8D8D;
}

#banner {
	font-weight: medium;
	font-size: 13pt;
	line-height: 1.5;
    color: #ffffff;
}

p {
    font-size: 11pt;
	color: #ffffff;
}

a {
	color: #44C0FF;
	font-weight: 300;
}

#profilePicture {
	width: 188px;
	height:  188px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	/*border-radius: 50%;*/
	padding-bottom: 10px;
}