html, body {
	display: flex;
	align-items: normal;
	justify-content: center;
	height: 100%;
	margin: 25px;
	padding: 0px;

	font-family: 'Raleway', raleway;
}

h1 {
	margin: 0px;
	padding: 0px;
}

.header {
	align-items: normal;
	justify-content: center;
	text-align: center;
}

.profile-picture {
	border-radius: 50%;
}

.subsection-header {
	font-weight: bold;
}

.section-header {
	text-align: center;
	text-decoration: underline;
}

