body{
    background-color: rgb(224, 219, 219);
}

img{
    width: 100vw;
    display: block;
    margin: auto;
    rotate: -7deg;
    transition-duration: 3s;
}
img:hover{
    rotate: 7deg;
    transition-duration: 3s;
}