img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

body {
    background-color: rgb(195, 195, 32);
}

.lowerleft {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.container {
    position: relative;
    /* Required for absolute positioning of the image */
}

.bottom-right-image {
    position: fixed;
    bottom: 0;
    right: 0;
}