<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
	font-family: 'Times New Roman', Times, serif;
}

@media (max-width:1000px) {

	.main {
		width: 96%;
		height: 100%;
		padding: 0 2%;
		margin: 0 auto 10px;
	}


	.main p {
		width: 95%;
		height: auto;
		margin: 10px auto;
		color: #333;
		font-size: 18px;
		line-height: 1.5;

	}

	.title {
		line-height: 1.5;
		font-size: 28px;
		font-weight: 700;
		text-align: center;
		font-family: times;

	}

	.main h2 {
		font-size: 20px;
		width: 90%;
		height: auto;
		margin: 0 auto;
		margin: 10px 0;
		font-weight: 600;
		font-family: times;

	}
}

@media (min-width:1000px) {


	.main {
		width: 900px;
		height: 100%;
		margin: 20px auto 10px;
		/* margin-bottom: 20px ;
		padding-bottom: 20px; */
	}

	.main p {
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin: 10px 0;
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 1.5;
		color: #333;
	}

	.main h2 {
		width: 100%;
		/* padding-left: 3%; */
		font-weight: 900;
		font-family: times;
		margin: 15px 0;
		text-transform: capitalize;
	}

	.title {
		font-size: 30px;
		font-weight: 600;
		text-align: center;
		font-family: times;

	}
}</pre></body></html>