html{
	background-color: white;
	color: black;
}

body{
	
	padding-top: 4em;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

@font-face {
	font-family: 'dodger';
	src: url(fonts/dodger3.ttf);
	font-style: normal;
	font-weight: 100;
}
h1{
	color: black;
	text-align: center;
	font-family: dodger, sans-serif;
	font-size: 3em;
	
	border-style: solid;
	border-width: 5px;
	border-color: white;
	border-radius: 10px;
}

p{
	color: black;
	font-family: dodger, sans-serif;
	font-size: 1em;
	box-sizing: border-box;
	width: 300px;
	margin: 25px;
	padding: 10px;
	
	border: solid 5px black;
	border-radius: 5px;
}