html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

button {
  padding: 14px 24px;
  font-size: 18px;
  cursor: pointer;
}
