@charset "UTF-8";
h2{
	font-size: 40px;
	color: rgba(135,80,246,0.90);
	text-shadow: 1px 1px rgba(254,254,254,1.00);
}

@media screen and (min-width:1000px){
	#HomePageWelcome{
		width:20%;
	}
}

/* size corrections for mobile phone*/
@media screen and (max-width:415px){
	
}