html,
h1,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI",
    "Helvetica Neue", "Liberation Sans", Roboto, sans-serif;
  line-height: 24px;
  padding: 20px;
}

.wrapper {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 24px;
  margin-bottom: 16px;
}

.text {
  font-size: 18px;
  margin-bottom: 90px;
}

.error {
  color: #71797e !important;
}

.error h1 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.error p,
.error li {
  font-size: 12px;
  line-height: 20px;
}
.error p {
  margin-bottom: 8px;
}
.error ul {
  list-style: none;
}
