body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 2rem;
  background-color: #f0f0f0;
}

h1 {
  color: #333;
}

.tweet {
  margin: 1.5rem auto;
  padding: 1rem;
  max-width: 600px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}

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