.bodyStyle {
    background-color: #F4DDD3;
}
.animatedStyle {    
    background-image: url('assets/images/landingPage.gif');
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 150px;
    height: 150px;
    width: 150px;
}
