/* Transitions */
.transition {
  transition: all 0.3s ease-in-out;
}