*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  gap: 1.25rem;
}

main img {
  width: 100px;
  height: auto;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

main p {
  font-size: 1rem;
  max-width: 480px;
  line-height: 1.6;
}

footer {
  text-align: center;
  padding: 2rem;
}

.definition {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #000000;
}
