body {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #68a1bf;
    background-attachment: fixed;
    background-position: 0 40px;
    background-image: url('background.jpg');
}

#footer-msg{
    position: absolute;
    right:15px;
    bottom:15px;
}

#footer a{
    color:#FFFFFF !important;
}

.product-image > img {
    min-height: 200px;
    object-fit: cover;
}

#poweredBy {
    color: #f7f0e8 !important;
}
#footer .item {
    color: #f7f0e8 !important;
}

.greeting-header {
    color: #f7f0e8 !important;
}

#cart img{
    object-fit: contain;
    width: 175px;
    height: 178px;
}