.about {
    position: absolute; /* set button to an absolute position */
    top: 57.5%; /* adjust the top position of the button */
    left: 68.4%; /* adjust the left position of the button */
    transform: translate(-50%, -50%); /* center the button */
    z-index: 2; /* set a higher z-index than the image */
     /* set your desired background color */
    /* set your desired text color */
    border: none; /* remove button border */
     /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
    background: transparent;
  }

  .abt{/* IPOD BODY 2ND PORTFOLIO PIECE */
    position: absolute;
    top: 100;
    left: 101;
   
    width: 39vw;
    height: 80vh;
    font-size: 22pt;
   

}




.abt-text {
    position: absolute;
    shape-image-threshold: inherit;
    top: 120;
    left: 112;
    background-attachment: fixed;
    
    width: 27vw;
    height: 80vh;
    font-size: 22pt;
    

}