body {
  font-family: monospace;
  text-align: center;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff3200;
  margin: 0;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
