.swiper, body, html {
  width: 100%;
  height: 100%;
}

body, html {
  scroll-behavior: smooth;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

