h1{
	font-family: 'Playball', cursive;
	margin-bottom:0px;
	color: #000000;
        font-size: 5em;
}
html, body{
	margin: 0;
	padding: 0;
	font-family:"Times New Roman",Georgia,Serif;
}
p{
       font-family: 'Arsenal', sans-serif;
       font-style: italic;
}
#container{
	position: absolute;
	margin: 0 auto;
	width: 400px;
	height: 395px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -250px;
	text-align: center;
}

.green{
       color: #4caf50;
       text-shadow: 2px 2px 5px #000000;
       font-size: 8em;
}