
@media (min-width: 1000px) {
  .profile-logo {
    margin-left: 30px;
    transition: all 1.6s ease-in-out;
  }

  .profile-logo:hover {
    transform: rotate(-360deg);
  }
}