html {
  scroll-behavior: smooth;
}

.transition{
    transition: all 0.3s ease;
}