body {
  margin: 0px;
  padding: 0px;
  font-family: "Raleway";
  background-color: #168986;
}

body main {
  background: url(/images/homepagebg.svg?8a661facf129320dddfa792c4fd01d63);
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 3rem;
  box-sizing: border-box;
  padding-top: 300px;
  padding-top: min(300px, 60vw);
  color: white;
}

body main > p {
  margin-top: 0px;
  line-height: 1.4em;
  max-width: 25em;
  margin: 1em auto;
}

body main h1 {
  text-align: center;
  font-weight: 300;
}

body main h1 strong {
  text-transform: uppercase;
  font-weight: 700;
}

body main h3 {
  font-weight: 500;
  margin-top: 3em;
}

body main p.center {
  text-align: center;
}

body main a,
body main a:visited {
  color: white;
}

body main a.button,
body main a:visited.button {
  background-color: #FF8C83;
  padding: 0.6em;
  color: white;
  font-weight: 500;
  margin-top: 1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

