.foundGinger img{
    height: 3500px;
    width: auto;
}

.play-button {

   position: absolute;   /* allows exact positioning */
    left: 400px;          /* X coordinate: distance from the left edge */
    top: 3500px;           /* Y coordinate: distance from the top edge */
    font-size: 140px;      /* makes text larger */
    text-decoration: none; /* optional: removes underline */ 
    color: #000000; 
    
}