*{

	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: 'poppins', sans-serif;
	font-size: 16px;

}

body{

	height: 850px;
	margin-top: 130px;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;

}

.container{

	width: 800px;
	padding: 30px;
	margin: auto;
	border: 1px solid #5c5c5c;
	border-radius: 15px;
	background-color: #bbdeb9;
	box-shadow: 0px 0px 25px #858585;
}

h4{

	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #21611d;

}

input{

	width: 70%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ffffff; 

}

textarea{

	width: 70%;
	padding: 10px;
	resize: none;
	background-color: #ffffff; 
	margin-bottom: 10px;

}

#submit{

	border: none;
	background-color: #326e2e;
	color: white;
	width: 250px;
	margin-top: 10px;
	border-radius: 10px;
	border: 1px solid #5c5c5c;
	font-weight: bold;
	font-size: 22px;	

}

#submit:hover{

	background-color: #78b574;
	border: 1px solid #5c5c5c;
	font-weight: bold;
	color: #21611d;

}



.bar {

  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 123px;
  background:  url('./gfx/bkg.png') repeat-x;
  color: #fff;
  font-weight: bold;

}


.logo {

  display: block;
  float: left;
  background: url('./gfx/logo.png') no-repeat;
  width: 1320px;
  height: 122px;
  margin-top: 0px;
  padding-right: 50px;

}



