h1{
	text-align: center;
	color: rgb(97, 53, 138);
	font-size: 40px;
	border: 5px solid rgb(32, 40, 91);
}
p{
	font-size: 28px;
	color:rgb(14, 45, 70);
	border:30px dashed rgb(224, 224, 238);
	background-color: rgb(232, 232, 236);
	
	
}

.f1{

	font-size: 25px;
	color:rgb(88, 52, 122);
	background-color: rgb(196, 185, 207);
	border: 3px dashed rgb(88, 52, 122);
}

.f2{
	font-size: 20px;
	color:rgb(196, 185, 207);
	background-color: rgb(88,52,122);
	border: 3px dashed rgb(196, 185, 207);

}
#x{
	color:rgb(37, 37, 117);
	background-color: rgb(108, 108, 184);
}