.background {
  background-color: whitesmoke;
  background-image: url('../assets/booking-bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#root {
  /* background-image: url('../assets/background1.png'); */
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  /* Create the parallax scrolling effect */
  /* background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}