html {
  color: #16251f;
  background: #f3f6f4;
  font-family: 'Avenir Next', Avenir, sans-serif;
}

body {
  min-width: 280px;
  min-height: 100vh;
  margin: 0;
}

.static-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.static-shell img {
  width: 64px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.static-shell h1 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
}

.static-shell p {
  max-width: 360px;
  margin: 0;
  color: #617069;
  line-height: 1.5;
}