
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
}

header {
  background: #fff;
  color: #fff;
  padding: 1rem 0;
}

header nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}


header nav ul li {
  margin: 0 15px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
}

header nav button {
  background: #007BFF;
  color: #fff;
  border: none;
  padding: 1rem 1.5rem;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  align-items: center;
}


.hero {
  text-align: center;
  padding: 50px 20px;
  background: #007BFF;
  color: #fff;
}

.hero .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  color: #007BFF;
  text-decoration: none;
  border-radius: 5px;
}

section {
  padding: 20px;
  text-align: center;
}
.main img  {
		display: block;
		padding: 10px;
		z-index: 1;
	}

.main p {
    position: absolute;
    right: 100px;
    top: 120px;
    background: #2836b3;
    color: #fff;
    width: 400px; /* Fixed width */
    padding: 40px;
    z-index: 2;
    }

.top ul {
	position: absolute;
	left: 200px;
	top: 10px;
}

.top ul li {
	display: inline;
	margin-right: 60px;
	color: black;
	font-size: 180%;
}
form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.foot {
	border-top: 2px solid #2676b2;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	color: #525252;
}

.abox	{
	font-size: 16px;
	text-align: center;
	border-style: dotted;
	}


ul.s1 {
	list-style-type: none;
	width: 450;
	}
	
li.s2	{
	display: inline;
	padding: 30px;
	}

.np	{
	background-color: yellow
	}
	
.t0 td	{
	padding: 30px;
	text-align: justify;
	}

.t1 td	{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding: 30px;
	text-align: justify;
	}
footer {
  text-align: center;
  padding: 10px;
  background: #333;
  color: #fff;
}