* {
  box-sizing: border-box;
}

body {
  background-color: #fcf8f1;
  align-items: center;
  display: flex;
  color: #140c0c;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  min-height: 100dvh;
  padding-block: 40px;
  padding-inline: 24px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 420px;
  width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid #baa7a7;
  flex: 1;
  height: 1px;
  margin: 8px auto;
  width: 60%;
}

.text-subtle {
  color: #291c1c;
}

.message {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;

  h1,
  p {
    margin: 0;
  }
}

.logo {
  max-height: 56px;
}
