p
{
	font-size: 30px;
}

button
{
	font-size: 20px;
	width:60px;
	border: 3px solid green
}
 
p
{
	font-family:Georgia;
}
button
{
	font-family:Comic Sans MS;
}


h1
{
    text-align: right;
    width: 255px;
    border: 3px solid blue;

 }

