body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff8dc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.app {
  max-width: 400px;
}

h1 {
  color: #ff9900;
  font-size: 2.5em;
}

p {
  font-size: 1.2em;
  margin-top: 10px;
}

.bee {
  margin-top: 20px;
  width: 150px;
}