body {
  background-color: black;
  color: white;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#render-status {
  margin-top: 20px;
  font-size: 18px;
  color: red;
}
