body {
	background-color: DodgerBlue;
}

h1 {
	text-align: center;
	color: white;
	font-size: 300%;
}

p {
	text-align: center;
	color: white;
	font-size: 300%;
}

.email {
        position: fixed;
        bottom: 0;
        right: 0;
	color: white;
}
