body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background: #f5f8fa;
  color: #14171a;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.container {
  text-align: center;
  max-width: 600px;
  padding: 1rem;
}

.tweet {
  font-size: 1.2rem;
  margin: 1rem 0;
  white-space: pre-line;
}

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