.sweet-alert h2
{
	font-size: 20px;
}

.sweet-alert p
{
	font-size: 15px;
}

/* For Responsive Web Design */
@media only screen and (max-width: 599px) 
{
	.sweet-alert h2
	{
		font-size: 5vw;
	}

	.sweet-alert p
	{
		font-size: 4vw;
	}
}