body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #333;
  margin: 16px;
  padding: 0;
  background-color: #39C5FF;
}

h1,
h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}

h4 {
  font-weight: normal;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

#app-icon {
  width: auto;
  height: 300px;
}

.footer {
  position: absolute;
  bottom: calc(env(safe-area-inset-bottom) + 2rem);
  text-align: center;
  left: 0;
  right: 0;
}

.footer a:hover {
  text-decoration: underline;
}

a:link {
  color: #222;
}

a:visited {
  color: #222;
}

main {
  max-width: 600px;
  margin: 0 auto;
}

p {
  text-indent: 1em;
  line-height: 1.4em;
}

#header-image {
  margin: 0 auto;
  display: block;
  height: 15%;
  max-height: 150px;
}

.centered {
  margin: 0 auto;
  display: inline-block;
}

.button {
  border-radius: 20px;
  text-decoration: none;
  background-color: #EEEEEE;
  padding: 8px 16px 8px 16px;
}

#emailme {
  width: 150px;
  display: block;
  margin: 30px auto;
  text-align: center;
}

.terms h2 {
  font-size: 1.25em;
  margin: 1.75em 0 0.5em 0;
}

.terms h1 {
  margin: 2em 0 0.5em 0;
}
