*
{
	padding: 0;
	margin: 0;
}

.content-container
{
	padding: 30px;
	position: relative;
}

.content-container .contents
{
	position: relative;
	z-index: 5;
}

body {
	background-image: url("033.png");
	background-color: #eaf3f3;
  }

h2
{
	font-family: 'poppins';
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
	color: brown;
}

h3
{
	font-family: 'poppins';
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
	color: brown;
}

img1 {
	border: 1px solid #ddd; /* Gray border */
	border-radius: 4px;  /* Rounded border */
	padding: 0px; /* Some padding */
	width: 150px; /* Set a small width */
  }

p
{
	font-family: 'MS Reference Sans Serif';
	line-height: 22px;
	text-align: justify;
}

p1
{
	font-family: 'MS Reference Sans Serif';
	line-height: 10px;
	text-align: justify;
}
