body {
  background-color: black;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  font-family: "Arial", sans-serif;
  overflow: hidden;
}

.text-container {
  font-size: 18px;
  font-weight: bold;
  color: transparent;
  background-image: url("maji.jpg"); /* Change this to your image */
  background-size: 1080px 1920px; /* Fit to Android screen */
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  width: 90%;
  height: 90%;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
