*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; }

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;}

body > div { margin-bottom: 20vh; }

h1 {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .7);
  margin-bottom: 0.4em;
}

p {
  font-size: 1.6em;
  text-align: center;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .7);
  line-height: 1.6;
}
