@charset "UTF-8";
/* CSS Document */
body {
 background-color :hotpink;	
	color: white;
}

h1 {
	font-size: 9rem;
	text-align: center;
}

h2 {
	font-size: 6rem;
	text-align: center;
	
}

p{
	font-size: 3rem;
	
}

.green-text {
	
	color:green;
	
}