body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
}

#movingImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Adjust size as needed */
    transition: transform 1s ease-in-out;
}

.img1 {
    float: right;
    margin: 5px;
    width:250px;
    max-width: 50%;
}
