@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');
h1
{
	font-size: 50;
	font-family: "Momo Signature", cursive;
	text-align: center;
	color: bisque
}
p
{
	color: black;
	font-family: "Hoefler Text"
}
img.main
{
	border: 8px solid black
}