.inner-image-box {
  position: relative;  
  width: 300px;
  height: 300px;
  margin: 0 auto;           
  
  background-image: url('https://files.catbox.moe/uouwkb.png');
  background-repeat: no-repeat;
  background-size: cover; 
  
  padding: 40px; 
  background-origin: content-box;
  background-clip: content-box;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 200px;      
  text-align: left;
  font-size: 16px;
  font-family: 'Georgia', serif;
  color: #888a8a;
  line-height: 1.3;
  letter-spacing: 0.1px;
  overflow-wrap: break-word;
}
*, body {
  cursor: url('https://files.catbox.moe/ujq7o5.png'), auto;
}
.pixel-emoji {
  width: 24px;
  height: 24px;
  image-rendering: optimizeSpeed;  
  vertical-align: middle;
}