html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0px;
}
.workspace {
  margin-left: 228px;
  margin-bottom: 75px;
  width: 1200px;
  height: 1600px;
}
.element-left:first-of-type {
  float: left;
  width: 600px;
  height: 800px;
}
.element-left {
  float: left;
  width: 600px;
  height: 400px;
}
.element-right {
  float: right;
  width: 600px;
  height: 400px;
}
.mission {
  text-align: center;
  padding: 5px 30px 0px 30px;
  font-family: Goudy Old Style;
  text-decoration: none;
  font-weight: bold;
  color: #5e1211;
  font-size: 20px;
}
p {
  text-align: center;
  padding: 140px 30px 0px 30px;
  font-family: Goudy Old Style;
  text-decoration: none;
  font-weight: bold;
  color: #5e1211;
  font-size: 20px;
}
div > div > div {
  margin-top: 40px;
  text-align: center;
}
div > div > div > a {
  color: #5e1211;
  font-size: 30px;
  width: 150px;
  border: 6px double #5e1211;
  padding: 10px;
}
hr {
  width: 150px;
  border-style: solid;
  border-color: maroon;
}