html{
  width: 100%;
  background-color: #deb887;
 }

body{ 
  width: 500px; 
  background-color: #006400;
  margin-left: auto;
  margin-right: auto;
}

h1{
  text-align: center;
  color: white;
}

h2{
  color: white;
  margin-left: 5px;
}

p{
  color: white;
  margin-left: 5px;
}

a{
  color: white;
  margin-left: 5px;
}

input{
  width: 150px;
}

textarea{
  width: 96%;
}

input[type="submit"]{
  width: 50px;
}

.input_wrap{
  text-align: center;
}