/* (X) NOT IMPORTANT - COSMETICS */
* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
html { max-width: 500px; margin: 0 auto; }
#status {
  width: 100%; height: 300px; padding: 10px;
  font-size: 1.5em;
  background: #f1f1f1;
  display: flex; align-items: center; justify-content: center;
}