.bg-img1 {
  background-color: #000;
  background-size: cover;
  background-image: url(./img/1.jpg);
  width: 100%;
  height: 100svh;
}

.bg-img2 {
  background-color: #000;
  background-size: cover;
  background-image: url(./img/2.jpg);
  width: 100%;
  height: 100svh;
}

.bg-img3 {
  background-color: #000;
  background-size: cover;
  background-image: url(./img/3.jpg);
  width: 100%;
  height: 100svh;
}
