body {
  background-color: #ffe6f0;
  font-family: "Arial", sans-serif;
}

.container {
  width: 400px;
  margin: 80px auto;
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

h1 {
  color: #e91e63;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #e91e63;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #c2185b;
}

.result {
  margin-top: 20px;
  font-size: 18px;
}