body {
  margin: 0px;
}
.workspace {
  margin-left: 228px;
  margin-bottom: 75px;
}
.images {
  width: 1200px;
}
.images > img {
  display: block;
  width: 600px;
  height: 400px;
  float: left;
  padding-bottom: 20px;
}
.contactus {
  font-family: 'klinic_slabmedium';
  font-size: 40px;
  color: #543136;
  text-align: center;
  margin: 0;
}
hr {
  width: 400px;
  border-style: solid;
  border-color: mediumseagreen;
}
input[type=text], select, textarea {
  display: block;
  width: 400px;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 1px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: Goudy Old Style;
}
input[type=submit] {
  background-color: #543136;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  font-family: 'klinic_slablight';
}
input[type=submit]:hover {
  background-color: gainsboro;
  font-family: 'klinic_slablight';
}
.container {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: center;
	text-align: center;
}

.foobar {
	text-align: center;
}
textarea {
  height: 200px;
}