body {
  font-family: Arial;
  text-align: center;
}

button {
  padding: 10px 20px;
  font-size: 16px;
}
select:invalid {
  color: gray;
}
button:disabled {
  background: gray;
  cursor: not-allowed;
}