body {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background: #f5f5f5;
  margin-top: 50px;
}
input, button {
  padding: 10px;
  margin: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
button {
  background: #ff1744;
  color: white;
  cursor: pointer;
}
