body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  background: linear-gradient(to bottom, #e0f7e9, #b2dfdb);
}

.container {
  max-width: 600px;
  padding: 20px;
}

.cactus {
  width: 200px;
  max-width: 80%;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 3rem;
  margin: 0;
  color: #2e7d32;
}

p {
  font-size: 1.5rem;
  margin: 10px 0 0;
  color: #555;
}
