  .reportaside {
display: block;
transition: all 0.3s;
}

.reportaside:hover {
transform: scale(1.02) rotate(0.5deg);
}