.center{
  display: flex;
  justify-content: center;
  align-items:center;
}

html {
  scroll-behavior: smooth;
}
