body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.screen {
  position: relative;
  width: 360px;
  height: 800px;
}

.base, .hdr {
  position: absolute;
  width: 100%;
  height: 100%;
}

.base {
  object-fit: cover;
}

.error-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
}

.error-text {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}