body {
  background: #A67CFF;
  color: white;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
}

.copy {
  width: 90%;
  margin: 20% auto 0 auto;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: -3px;
  font-size: 1.6em;
}
.copy h1 {
  display: inline-block;
  padding: 2% 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
