* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  flex-direction: column;
  overflow-y: scroll;
  overflow: hidden;
  overflow-y: auto !important;
}
.header .banner{
object-fit: cover;
}