.img-pfp {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.img-pfp > img {
	width: 200px;
	height: 200px;
	border: 10px #690000 solid;
	border-radius: 10px;
}

p.introduction {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

h1 {
	margin: 0;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	font-size: 69px;
	color: #690000;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}