body {
  font-family: Arial, sans-serif;
  margin: 2rem;
  text-align: center;
  background: #fdf6e3;
  color: #333;
}

button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}

.tweet {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  color: #006400;
}
