body {
  font-size: 16px;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  background: #f7f7f7;
  color: #2d3748;
}

.minimal-error-view {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 16px 20px rgba(222, 222, 222, 0.25), 0px 4px 4px rgba(186, 186, 186, 0.1);
  margin: 3rem auto 0 auto;
  max-width: 400px;
  padding: 1.5rem 1rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .minimal-error-view {
    max-width: 100%;
  }
}

.minimal-view-memberful-logo {
  text-align: center;
  margin-bottom: 0.5rem;
}

.minimal-view-memberful-logo a {
  display: block;
}

.minimal-view-memberful-logo img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}

.minimal-view-notice-box h1 {
  font-size: 1.5rem;
  line-height: normal;
  margin: 0 0 6px 0;
}

.minimal-view-notice-box h2 {
  color: #4a5568;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

.minimal-view-notice-box p {
  color: #4a5568;
}
