
body {
	background-color: #b0abb0;
	height: 100vh; width: 100vw;
}

.whiteboxpadding {
	padding-top: 30px;
}

.whitebox {
	background-color: white;
	border-style: solid;
	border-color: white;
	border-radius: 10px;
	width: 55vw;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;	
}

.headerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	width: 80vw;
}

.aboutme {
	text-align: center;
	font-family: 'Amatic SC', helvetica, arial, sans-serif;
	font-size: 5vw;
	margin-top: 20px;
	margin-bottom: 30px;
}

.footer {
	bottom: 0;
	width: 100%;
	height: 100px;
}

h1 {
	color: black;
	font-family: 'Roboto Condensed', helvetica, tahoma, arial, sans-serif;
	font-size: 4vw;
}

h2 {
	color: black;
	font-family: helvetica, tahoma, arial, sans-serif;
	font-size: 2vw;
	text-align: center;
}