@charset "UTF-8";
/* CSS Document */
.Navbar {
	overflow: hidden;
	  text-decoration: none;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  background-color: yellow;
  border: none; 
	margin-left: auto;
		margin-right: auto;
  color: white;
  padding: 32px 32px;
  text-align: left;
  display: inline-block;
	width: 100%;
  font-size: 24px;
}
body {
display:block;
	width: 1000px;
	justify-content: left;
	align-items: center;
	min-height: 100vh;
	background: #8CE1E5;
	text-decoration: none;
}
.content-wrapleft {
	float:left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 15px 32px;
}
.text {
	color: white;
	text-decoration: none;
}
.content-right {
	background: #D9E9B8;
	padding: 15px 32px;
		margin-top: 130px;
	margin-left: auto;
		margin-right: auto;
	width: 900px;
}
.content-wraplefttext {
	float:left;
		background: #D9E9B8;
	padding: 15px 32px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.headline {
	margin-top: 300px;
			background: #D9E9B8;
	padding: 15px 32px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}