.header {
  transition: top 0.2s ease-in-out;
}

.header.hide-header {
  position: fixed;
  transform: translateY(-100%);
}
