

/* Button used to open the chat form - fixed at the bottom of the page */
 img{
  background-color: rgb(141, 99, 99);
  color: white;
  padding: 16px;
  border: 100px;
  cursor: url("images/cursor.png"), crosshair;
}
