* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: green;

}

#dababychriscar {
    width: 400px;
    /**transition: all 10s ease-in-out;**/
    transition: all 10s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  
}
.move-right{
    transform: translateX(300px);
}
#fris{
    width: 200px;
}
#gravy{
    width: 100px;
}
#cheese{
    width: 140px;
}

