body {
    cursor:url('cursor.gif'), auto;
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url('your-background.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;        
    justify-content: center;
    gap: 800px;            
    background: #f9f9f9;
  background-image:url(bg.png) ;
}

.slanted-text {
  font-family: 'Arial Black', sans-serif; 
  font-size: 4rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 20px;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  transform: rotate(-10deg); 
  position: absolute;

}

img {
   width: 300px;         
    height: auto;
    border-radius: 10px;   
}

