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