body {
  margin: 0;
  height: 97vh;
  width: 98vw;
  display: flex;
  background-color:#fff;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.333em;
  color: #fogra29;
  		border: 1px solid #eee;
		box-shadow: 33px #fff inset;
}
p {
  text-align: center;
  margin-left: -1%;
  padding-bottom: .666em;
}
a {
  color: #11b6d7;
  transition: 0.333s;
  padding: .3em .8em .5em .8em;
}
a:hover {
  color: #eee; 
  background-color: #33d0ef;
}
.cta-button {
  font-size: 1.2em;
  padding: .3em .8em .5em .8em;
}
.background {
  align-items: center;
  text-align: center;
  margin-top: -10%;
    min-height:480px;
}
a.otherlink {
  font-size: .666em;
  color: #414a4c;
  margin-top: 1.7em;
}
a:hover.otherlink {
  color: #000; 
  background-color: #eee;
}
.subpp {
  color: #414a4c;
  font-size: .666em;
  margin-top: -.888em;
  margin-right: .666em;
  text-align: center;
}
.hline{ 
  display:block;
  border:none;
  color:#fff;
  height:.66px;
  width: 100%;
  background:#414a4c;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#414a4c), to(#fff));
}