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

button {
  background-color: #E61919;
  color: #FFFFFF;
  border: none;
  padding: 24px 38px; /* erhöht um etwa 60% */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;   /* erhöht um etwa 60% */
  font-family: Arial, sans-serif;
  border-radius: 12px; /* ergibt abgerundete Ecken */
}

button:active {
  background-color: #B81414;
}

#message {
  color: #000088;
}