*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image: url(img/Despicable_me_2013102544941.JPG.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
#minion {
    width: 200px;
    /* transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1); */
    transition: 1s linear ;
}
.move-right {
    transform: translateX(300px);
}
