html body { margin: 0; }
body > div {
  font-size: 1em; letter-spacing: -1px;
  position: absolute;
  margin: 0 auto;
  color: transparent;
  text-shadow: 0 0 4px white;
}
@media screen and (min-width: 768px) {
  html { font-size: calc(20px + .3vw); }
}
body { overflow: hidden; max-width: 1024px; }
body > div {
  border-radius: 3em .7em; border: 0px solid white;
  padding: .5em 1.3em;
  box-shadow: .3em .3em .5em rgba(0,0,0,0.2), 0 -.3em .5em rgba(0,0,0,0.1);
}
h1 {
  color: rgba(0,0,0,.9); text-shadow: 2px 2px 1px gray, 0 0 1em black, 0 0 .2em black;
  font-style: oblique;
  text-decoration: underline;
}
h1 + p { font-style: italic; }
p { display: inline-block; font-style: oblique; margin-top: .3em;
  border-radius: 3em .5em; border: 1px gray dashed; padding: .1em 1em;
  text-shadow: 1px 1px 1px gray;
}
p:last-child { font-weight: bold; display: block; }

