*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#container{
    background-image: url('images/4a85c407848cafba739a432313415f35.gif');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.character{
    position: absolute;
    bottom: 20px;
    height: 200px;

}
#char1{
    left: 40px;
}
#char2{
    right: 40px;
}