@import url('https://fonts.googleapis.com/css2?family=Scope+One&display=swap');
a {
	color: #00cc00;
	text-decoration: none;
}

body {
	background-color: #000000;
	color: #cccccc;
	font-family: 'Scope One', serif;
	text-align: center;
}

h1 {
	color: #ffffff;
	font-size: 250%;
	font-weight: bold;
}

h2 {
	color: #ffffff;
	font-size: 150%;
}

hr {
	width: 33%;
}

div.mainBody {
	background-color: #222222;
	border-radius: 25px;
	margin: auto;
	max-width: 600px;
	min-width: 300px;
	padding: 10px;
}

img.avatar {
	border-radius: 25px;
	width: 200px;
}

p.legal {
	font-size: 12px;
}

p.longParagraph {
	text-align: left;
}
