

.banner {
 background-color: rgb(213, 230, 223);
 color: rgb(68, 126, 126);
 padding: 10px 20px;
}
body {
	
 width: 960px;
 margin-left: auto;
 margin-right: auto;
 background-color:rgb(213, 230, 223);
 font-family: Helvetica, Arial, sans-serif;
 font-size: 15px;
  overflow: scroll; 
  
}

button {
 
 padding: 5px;
 margin-top: 1px;

font-family: Arial, Helvetica, sans-serif;
text-indent: 50px;
text-align: justify;
letter-spacing: 3px;
float: left;

}


main {
 width: 370px;
 float: center;
 padding: 20px;
 margin-bottom: 10px;
 
}
button
{
 
 padding: 5px;
 margin-top: 1px;
font-family: Arial, Helvetica, sans-serif;
text-indent: 50px;
text-align: justify;
letter-spacing: 3px;
float: left;

}


main {
 width: 370px;
 float: center;
 padding: 20px;
 margin-bottom: 10px;
 <style>
}
	h2 {
	color: rgb(57, 95, 62)   ;
	text-size:30px;
	 font-family: Arial, Helvetica, sans-serif;
  
  text-align: justify;
 
  float: left;
 font-size:20px;

	}
* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


li{
	color:black; 
	padding:20px;
	margin:20px;
  font-family:Arial, Helvetica, sans-serif;
  text-indent: 50px;
  text-align: justify;
  float: left;
 font-size:20px;

}







footer {
 clear: both;
 background-color: rgb(166, 196, 182)
 color: rgb(68, 126, 126);
 padding: 5px 20px;
}

* {box-sizing: border-box;}

/* Style the navbar */
.topnav {
  overflow: hidden;
  background-color: rgb(213, 230, 223;)
}

/* Navbar links */
.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Navbar links on mouse-over */
.topnav a:hover {
  background-color: #8eb695;
  color: black;
}

/* Active/current link */
.topnav a.active {
  background-color: #8eb695;;
  color: white;
}

/* Style the input container */
.topnav .login-container {
  float: right;
}

/* Style the input field inside the navbar */
.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  width: 150px; /* adjust as needed (as long as it doesn't break the topnav) */
}

/* Style the button inside the input container */
.topnav .login-container button {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 17px;
  background: rgb(209, 203, 203);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .login-container button:hover {
  background: #ccc;
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .topnav .login-container {
    float: right
  }
  .topnav a, .topnav input[type=text], .topnav .login-container button {
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }