html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
}

.wrapper {
  background-color: white;
  border-radius: 1em;
  padding: 5em;
}

.wrapper img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wrapper p {
  text-align: center;
  margin-top: 2em;
  font-size: 1.2em;
  line-height: 180%;
}
