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

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.card {
  background: white;
  padding: 48px 60px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
  text-align: center;
}

.bee-img {
  width: 180px;
  height: auto;
  margin-bottom: 24px;
}

h1 {
  margin: 0;
  font-size: 3rem;
}
