body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0e1ad;
    margin: 0;
}

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

/* Default image styling */
#clickableImage {
    cursor: pointer;
}

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

.image2 {
    width: 400px; /* Adjust width */
    height: auto; /* Adjust height */
}

.image3 {
    width: 560px; /* Adjust width */
    margin-top: 93px;
    height: auto; /* Adjust height */
}

.image4 {
    width: 550px; /* Adjust width */
    margin-top: 53px;
    height: auto; /* Adjust height */
}

.image5 {
    width: 260px; /* Adjust width */
    height: auto; /* Adjust height */
}