body{
    background-color: lightblue;
}

img{
    transform: translateX(500px) scale(0.5) rotate(30deg);
}