.inner-image-box {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  
  background-image: url('https://files.catbox.moe/hxfsdy.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  
  padding: 40px; 
  background-origin: content-box;
  background-clip: content-box;
}
.overlay-text {
  position: absolute;
  top: 20%;
  left: 10%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  text-align: center;
  font-size: 16;
  font-family: 'Georgia', serif; 
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

* body {
  cursor: url('https://files.catbox.moe/ujq7o5.png'), auto;
}

body {
    background-color: #000000;
}