body{
  background-image: url('bg.png');
  background-color: white;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#chatbot-insert{
  z-index: 2147483647;
}
