h1{
	color: #FF3CFF;
	text-align: center; 
	font-size: 12vmin;
	text-decoration: underline;
}
p{
	line-height: 7vw;
	width: 50%; 
	margin: auto; 
	text-align: center;
	border: 3px solid black;
	font-size: 5vmin;
}
body{
	background-color: #C0AFF1;	
}