body {
    background-image: url("back-1.jpg");
    font-family: "yoon-px-pixman", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: aliceblue;
   }

   .magic {
    position: relative; 
    z-index: 2; 
     top: 0; 
     left: 0; 
   }

   .back {
    position: absolute; 
    z-index: 1; 
    top: 0; 
    left: 0;    
   }