#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7d8d2;
  display: block;
  z-index: 100;
}

.container {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  height: 50%;
  min-height: 500px;
  background-color: white;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
  display: table;
  table-layout: fixed;
}

.content {
  margin: 0 auto;
  width: 80%;
  color: rgba(54, 99, 54, 0.8);
  text-align: center;
  text-shadow: 0 0 10px rgba(144, 144, 0, 0.4);
}

.content h1 {
  font-family: Arias, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 2em;
}

.content p {
  font-family: Helvetica;
  font-size: 1.3em;
  line-height: 1.5em;
}
