/* Start custom CSS */.interative {
  transition: all 0.5s;
}

.interative:hover {
  transform: scale(1.03);
  cursor: pointer;
}/* End custom CSS */