@charset "utf-8";
/* CSS Document */

<style>

h1 {
font-size: 10px;
color: pink;
font-family: "VT323", monospace;
width: 100px;
padding: 20x;
margin: 20px;
border: 1px solid Pink;
}

	


p {
font=family: arial;
font-size: 24px;
line-height: 120%;
text-align: center;
margin: 50px;
}

#footer {
font-family: arial;
font-size: 20px;
color: blue;
}
	
</style>
