body {
	line-height: 1;
	background-color: lightgray;
	background-image: url("/images/whitebricks.avif");
	text-align: center;
}

h1{
	font-family: 'Brush Script MT', cursive;
	font-size: 300%;
}

p{
	font-family: Verdana;
	font-size: 110%;
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: white;
	outline: 2px solid orange;
}

a:link{
	text-decoration: none;
}