
section {
  padding-top:25%;
  padding-bottom:25%;
  background-color: #2c3e50;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section > .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section > .text > h1 {
  font-size: 42px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 10px;
}
section > .text > h3 {
  color: #fff;
  margin: 0;
}
#main {
  text-align: center;
}
#more {
  margin: 20px auto 48px;
}
