*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    background-color: darkcyan;
}

#elf {
    width: 200px;
    transition: all 0.4s ease-in-out cubic-bezier(0.075, 0.82, 0.165, 1);



}

.move-right {
    transform: translateX(300px);
}