@charset "utf-8";

body{
width: 960px;
height: 450px;
margin: 0 auto;
position:relative;
}

.image{
width: 460px;
height: 360px;
margin:0 auto;
}

.image2{
width: 115px;
height: 90px;
position:absolute;
top: 240px;
left: 530px;
}

.image2:hover{
transform:rotate(30deg);
transition: .3s;
}