body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0e1ad;
    margin: 0;
    flex-direction: column; /* Ensures the button is above the image */
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Default image styling */
#clickableImage {
    cursor: pointer;
    transition: width 0.2s ease-in-out, height 0.3s ease-in-out;
}

/* Different sizes for each image */
.image1 {
    width: 500px;
    height: auto;
}

.image2 {
    width: 550px;
    height: auto;
}

.image3 {
    width: 459px;
    height: auto;
}

.image4 {
    width: 459px;
    height: auto;
}

.image5 {
    width: 459px;
    height: auto;
}

.image6 {
    width: 459px;
    height: auto;
}

.image7 {
    width: 459px;
    height: auto;
}